AP_Periph: build fix

This commit is contained in:
Andrew Tridgell 2022-09-03 12:22:06 +10:00
parent 39595d36be
commit 1fab01951a
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ void stm32_watchdog_init();
void stm32_watchdog_pat();
#endif
/*
app descriptor compatible with MissionPlanner
app descriptor for firmware checking
*/
extern const struct app_descriptor app_descriptor;
extern const app_descriptor_t app_descriptor;
extern "C" {
void can_printf(const char *fmt, ...) FMT_PRINTF(1,2);