ardupilot/Tools/AP_Bootloader/mcu_g4.h
2021-03-23 12:01:20 +11:00

17 lines
175 B
C

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