5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-10 09:58:28 -04:00
ardupilot/Tools/AP_Bootloader/mcu_g4.h

18 lines
215 B
C

/*
MCU tables for STM32G4
*/
#if defined(STM32G4)
#define STM32_UNKNOWN 0
mcu_des_t mcu_descriptions[] = {
{ STM32_UNKNOWN, "STM32G4??" },
};
const mcu_rev_t silicon_revs[] = {
};
#endif // STM32G4