auto-sync

This commit is contained in:
rusEfi 2016-07-26 00:03:50 -04:00
parent 97b0b37cf4
commit c19aca280f
2 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,14 @@
#define CONTROLLERS_ALGO_RUSEFI_TYPES_H_
#include <stdint.h>
#if defined __GNUC__
// GCC
#include <sys/types.h>
#else
// IAR
typedef unsigned int time_t;
#endif
#include "rusefi_enums.h"
#include "rusefi_generated.h"

View File

@ -73,7 +73,7 @@ static msg_t cjThread(void)
// while(1) {
// }
return -1;
}
static void cj125test(void) {