only:Improve toolset for default tune canned tune generation #4871
This commit is contained in:
parent
5f2b35409b
commit
ad09e40754
|
@ -86,6 +86,7 @@ static void runChprintfTest() {
|
|||
static void runCanGpioTest() {
|
||||
}
|
||||
|
||||
// todo: reuse intFlashRead method?
|
||||
static void writeSimulatorTune() {
|
||||
FILE *ptr = fopen(SIMULATOR_TUNE_BIN_FILE_NAME, "wb");
|
||||
if (ptr == nullptr) {
|
||||
|
|
Loading…
Reference in New Issue