auto-sync
This commit is contained in:
parent
66f7987a68
commit
2f4123f537
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -241,5 +241,5 @@ void firmwareError(const char *fmt, ...) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int getRusEfiVersion(void) {
|
int getRusEfiVersion(void) {
|
||||||
return 20141006;
|
return 20141007;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue