auto-sync
This commit is contained in:
parent
3873a40046
commit
77fd54247b
|
@ -258,5 +258,5 @@ int getRusEfiVersion(void) {
|
|||
return 1; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE == 0)
|
||||
return 1; // this is here to make the compiler happy about the unused array
|
||||
return 20150214;
|
||||
return 20150215;
|
||||
}
|
||||
|
|
|
@ -162,6 +162,7 @@ void helpCommand(void) {
|
|||
scheduleMsg(logging, " %s: %d parameters", current->token, getParameterCount(current->parameterType));
|
||||
}
|
||||
#endif
|
||||
scheduleMsg(logging, "For more visit http://rusefi.com/wiki/index.php?title=Manual:Software:dev_console_commands");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue