auto-sync

This commit is contained in:
rusEfi 2016-07-26 00:03:50 -04:00
parent 46b4cb9855
commit 8ab5cddf72
3 changed files with 18 additions and 7 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) {

View File

@ -337,6 +337,7 @@
<state>$PROJ_DIR$\..\hw_layer\lcd</state>
<state>$PROJ_DIR$\..\hw_layer\stm32f4</state>
<state>$PROJ_DIR$\..\hw_layer\mass_storage</state>
<state>$PROJ_DIR$\..\hw_layer\sensors</state>
<state>$PROJ_DIR$\..\hw_layer\serial_over_usb</state>
<state>$PROJ_DIR$\..\hw_layer</state>
<state>$PROJ_DIR$\..\ext</state>
@ -2779,6 +2780,15 @@
<name>$PROJ_DIR$\..\hw_layer\mass_storage\usb_msd_cfg.h</name>
</file>
</group>
<group>
<name>sensors</name>
<file>
<name>$PROJ_DIR$\..\hw_layer\sensors\CJ125.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\hw_layer\sensors\CJ125.h</name>
</file>
</group>
<group>
<name>serial_over_usb</name>
<file>
@ -2935,12 +2945,6 @@
<file>
<name>$PROJ_DIR$\..\hw_layer\vehicle_speed.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\hw_layer\wbo.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\hw_layer\wbo.h</name>
</file>
</group>
<group>
<name>os</name>