Browse Source

AP_Semaphore_test: instantiate AP_Semaphore_spi3 locally.

mission-4.1.18
Pat Hickey 13 years ago
parent
commit
b2b0b70d03
  1. 1
      libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde

1
libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde

@ -7,6 +7,7 @@ @@ -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…
Cancel
Save