mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Periph: define external hal symbol to correct compilation
This commit is contained in:
parent
c32d95cbfc
commit
5d1fbdf9d3
@ -2,6 +2,10 @@
|
||||
|
||||
#ifdef HAL_PERIPH_ENABLE_PWM_HARDPOINT
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
/*
|
||||
hardpoint support
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user