Fix an unused var warning

This commit is contained in:
Scott Lahteine
2020-03-23 17:11:00 -05:00
parent 580d314fbe
commit adb7a88428
6 changed files with 6 additions and 8 deletions

View File

@@ -223,4 +223,4 @@ uint16_t HAL_adc_get_result();
#define PARSED_PIN_INDEX(code, dval) parser.intval(code, dval)
#define PLATFORM_M997_SUPPORT
void flashFirmware(int16_t value);
void flashFirmware(const int16_t);