auto-sync

This commit is contained in:
rusEfi 2015-02-15 11:04:39 -06:00
parent 3873a40046
commit 77fd54247b
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}

View File

@ -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");
}
/**