mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: allow CPUInfo to build on systems without ESC telem
This commit is contained in:
parent
b9ac504d0d
commit
b03728853e
@ -46,7 +46,9 @@ static uint32_t sysclk = 0;
|
|||||||
static EKF_Maths ekf;
|
static EKF_Maths ekf;
|
||||||
|
|
||||||
HAL_Semaphore sem;
|
HAL_Semaphore sem;
|
||||||
|
#if HAL_WITH_ESC_TELEM
|
||||||
AP_ESC_Telem telem;
|
AP_ESC_Telem telem;
|
||||||
|
#endif
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
#ifdef DISABLE_CACHES
|
#ifdef DISABLE_CACHES
|
||||||
|
Loading…
Reference in New Issue
Block a user