Browse Source

AP_Bootloader: fixed G4 MCU descriptions

gps-1.3.1
Andrew Tridgell 4 years ago committed by Peter Barker
parent
commit
cfdf91e18a
  1. 1
      Tools/AP_Bootloader/mcu_g4.h

1
Tools/AP_Bootloader/mcu_g4.h

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
#define STM32_UNKNOWN 0
mcu_des_t mcu_descriptions[] = {
{ STM32_UNKNOWN, "STM32G4??", '?'},
};
const mcu_rev_t silicon_revs[] = {

Loading…
Cancel
Save