only:Improve toolset for default tune canned tune generation #4871

This commit is contained in:
rusefillc 2023-06-17 23:11:33 -04:00
parent 5f2b35409b
commit ad09e40754
1 changed files with 1 additions and 0 deletions

View File

@ -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) {