mirror of https://github.com/ArduPilot/ardupilot
17 lines
175 B
C
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
|
||
|
|