auto-sync

This commit is contained in:
rusEfi 2014-10-07 07:02:58 -05:00
parent 66f7987a68
commit 2f4123f537
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
#ifndef STATUS_LEDS_H_ #ifndef STATUS_LEDS_H_
#define STATUS_LEDS_H_ #define STATUS_LEDS_H_
#include "main.h" #include "rusefi_enums.h"
#define GPIO_NULL NULL #define GPIO_NULL NULL

View File

@ -10,7 +10,7 @@
#include <hal.h> #include <hal.h>
#include "mcp3208.h" #include "mcp3208.h"
#include "eficonsole.h" #include "main.h"
#include "pin_repository.h" #include "pin_repository.h"
McpAdcState *hack; McpAdcState *hack;

View File

@ -241,5 +241,5 @@ void firmwareError(const char *fmt, ...) {
} }
int getRusEfiVersion(void) { int getRusEfiVersion(void) {
return 20141006; return 20141007;
} }

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header // This file was generated by Version2Header
// Wed Sep 24 12:19:23 EDT 2014 // Tue Oct 07 11:49:40 MSK 2014
#ifndef VCS_VERSION #ifndef VCS_VERSION
#define VCS_VERSION "4756" #define VCS_VERSION "4881"
#endif #endif