mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
AP_Periph: build fix
This commit is contained in:
parent
39595d36be
commit
1fab01951a
@ -52,9 +52,9 @@ void stm32_watchdog_init();
|
|||||||
void stm32_watchdog_pat();
|
void stm32_watchdog_pat();
|
||||||
#endif
|
#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" {
|
extern "C" {
|
||||||
void can_printf(const char *fmt, ...) FMT_PRINTF(1,2);
|
void can_printf(const char *fmt, ...) FMT_PRINTF(1,2);
|
||||||
|
Loading…
Reference in New Issue
Block a user