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