mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 10:08:28 -04:00
AP_Semaphore_test: instantiate AP_Semaphore_spi3 locally.
This commit is contained in:
parent
c20a401c6a
commit
b2b0b70d03
@ -7,6 +7,7 @@
|
|||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
|
|
||||||
AP_Semaphore my_semaphore;
|
AP_Semaphore my_semaphore;
|
||||||
|
AP_Semaphore AP_Semaphore_spi3;
|
||||||
|
|
||||||
int16_t dummy1, dummy2, dummy3; // used to provide points to semaphore library
|
int16_t dummy1, dummy2, dummy3; // used to provide points to semaphore library
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user