This commit is contained in:
Matthew Kennedy 2019-11-13 15:35:21 -08:00 committed by rusefi
parent 8969efaffe
commit 7e1cf570b2
2 changed files with 6 additions and 0 deletions

View File

@ -797,6 +797,9 @@ extern "C"
#ifndef __ASSEMBLER__
#ifdef __cplusplus
extern "C"
#endif
void chDbgPanic3(const char *msg, const char * file, int line);
#endif

View File

@ -754,6 +754,9 @@
#ifndef __ASSEMBLER__
#ifdef __cplusplus
extern "C"
#endif
void chDbgPanic3(const char *msg, const char * file, int line);
#endif