This commit is contained in:
rusefi 2018-03-04 20:15:05 -05:00
parent aaa7313f67
commit 4e361d10e4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ extern "C"
#define CH_FREQUENCY 1000
typedef int bool_t;
typedef uint32_t systime_t;
void chDbgAssert(int c, char *msg, void *arg);