Artillery Ruby (STM32F401RCT6) (#23029)

This commit is contained in:
Keith Bennett
2021-11-01 20:23:24 -07:00
committed by Scott Lahteine
parent 0b84194127
commit 7e9e2a7435
14 changed files with 1552 additions and 20 deletions

View File

@ -154,7 +154,7 @@ void HAL_adc_start_conversion(const uint8_t adc_pin) { HAL_adc_result = analogRe
uint16_t HAL_adc_get_result() { return HAL_adc_result; }
// Reset the system to initiate a firmware flash
void flashFirmware(const int16_t) { HAL_reboot(); }
WEAK void flashFirmware(const int16_t) { HAL_reboot(); }
// Maple Compatibility
volatile uint32_t systick_uptime_millis = 0;