This commit is contained in:
Matthew Kennedy 2019-11-13 15:35:21 -08:00 committed by rusefi
parent 2edd673bd6
commit 53424b5f0c
1 changed files with 3 additions and 0 deletions

View File

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