From 5796ee91cac513d6922b11d665bbcdbaef7bc5e6 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 9 Oct 2012 10:55:06 -0700 Subject: [PATCH] AP_Semaphore: make into separate library rather than part of AP_Common --- libraries/{AP_Common => AP_Semaphore}/AP_Semaphore.cpp | 0 libraries/{AP_Common => AP_Semaphore}/AP_Semaphore.h | 0 .../examples/AP_Semaphore_test/AP_Semaphore_test.pde | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename libraries/{AP_Common => AP_Semaphore}/AP_Semaphore.cpp (100%) rename libraries/{AP_Common => AP_Semaphore}/AP_Semaphore.h (100%) rename libraries/{AP_Common => AP_Semaphore}/examples/AP_Semaphore_test/AP_Semaphore_test.pde (100%) diff --git a/libraries/AP_Common/AP_Semaphore.cpp b/libraries/AP_Semaphore/AP_Semaphore.cpp similarity index 100% rename from libraries/AP_Common/AP_Semaphore.cpp rename to libraries/AP_Semaphore/AP_Semaphore.cpp diff --git a/libraries/AP_Common/AP_Semaphore.h b/libraries/AP_Semaphore/AP_Semaphore.h similarity index 100% rename from libraries/AP_Common/AP_Semaphore.h rename to libraries/AP_Semaphore/AP_Semaphore.h diff --git a/libraries/AP_Common/examples/AP_Semaphore_test/AP_Semaphore_test.pde b/libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde similarity index 100% rename from libraries/AP_Common/examples/AP_Semaphore_test/AP_Semaphore_test.pde rename to libraries/AP_Semaphore/examples/AP_Semaphore_test/AP_Semaphore_test.pde