mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Renamed spiGetSemaphore() to spiGetMutex() (#170)
This commit is contained in:
committed by
Peter Johnson
parent
3fade171f9
commit
1b1ee7f9f3
@@ -16,7 +16,6 @@
|
||||
#include "CANSpeedController.h"
|
||||
#include "ErrorBase.h"
|
||||
#include "FRC_NetworkCommunication/CANSessionMux.h"
|
||||
#include "HAL/cpp/Semaphore.h"
|
||||
#include "HAL/cpp/priority_mutex.h"
|
||||
#include "LiveWindow/LiveWindowSendable.h"
|
||||
#include "MotorSafety.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user