ardupilot/Tools/AP_Bootloader/mcu_l4.h

17 lines
221 B
C
Raw Normal View History

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