auto-sync
This commit is contained in:
parent
b14919b989
commit
2a217b35dc
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @date Apr 21, 2014
|
* @date Apr 21, 2014
|
||||||
* @author Dmitry Sidin
|
* @author Dmitry Sidin
|
||||||
* @author Andrey Belomutskiy (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @date Apr 21, 2014
|
* @date Apr 21, 2014
|
||||||
* @author Dmitry Sidin
|
* @author Dmitry Sidin
|
||||||
* @author Andrey Belomutskiy (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ACC_ENRICHMENT_H_
|
#ifndef ACC_ENRICHMENT_H_
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @date Apr 6, 2014
|
* @date Apr 6, 2014
|
||||||
* @author Dmitry Sidin
|
* @author Dmitry Sidin
|
||||||
* @author Andrey Belomutskiy (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @date Apr 6, 2014
|
* @date Apr 6, 2014
|
||||||
* @author Dmitry Sidin
|
* @author Dmitry Sidin
|
||||||
* @author Andrey Belomutskiy (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef ALTERNATORCONTROLLER_H_
|
#ifndef ALTERNATORCONTROLLER_H_
|
||||||
|
|
|
@ -276,5 +276,5 @@ int getRusEfiVersion(void) {
|
||||||
return 1; // this is here to make the compiler happy about the unused array
|
return 1; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] == 0)
|
if (UNUSED_CCM_SIZE[0] == 0)
|
||||||
return 1; // this is here to make the compiler happy about the unused array
|
return 1; // this is here to make the compiler happy about the unused array
|
||||||
return 20150301;
|
return 20150302;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue