ardupilot/Tools/AP_Bootloader/mcu_g4.h

18 lines
222 B
C
Raw Normal View History

2021-03-09 02:44:37 -04:00
/*
MCU tables for STM32G4
*/
#if defined(STM32G4)
#define STM32_UNKNOWN 0
mcu_des_t mcu_descriptions[] = {
{ STM32_UNKNOWN, "STM32G4??", '?'},
2021-03-09 02:44:37 -04:00
};
const mcu_rev_t silicon_revs[] = {
};
#endif // STM32G4