From b2b0b70d033af284d28bb6d13eab3f136ed82c8c Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 9 Oct 2012 11:05:34 -0700 Subject: [PATCH] AP_Semaphore_test: instantiate AP_Semaphore_spi3 locally. --- .../examples/AP_Semaphore_test/AP_Semaphore_test.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde b/libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde index 059506051f..277e76f313 100644 --- a/libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde +++ b/libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde @@ -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