Renamed spiGetSemaphore() to spiGetMutex() (#170)

This commit is contained in:
Tyler Veness
2016-07-12 15:11:41 -07:00
committed by Peter Johnson
parent 3fade171f9
commit 1b1ee7f9f3
3 changed files with 25 additions and 27 deletions

View File

@@ -12,7 +12,6 @@
#include <vector>
#include "ErrorBase.h"
#include "HAL/cpp/Semaphore.h"
#include "Task.h"
#include "networktables/NetworkTable.h"
#include "tables/ITableListener.h"