mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Ran format.py (#217)
This commit is contained in:
committed by
Peter Johnson
parent
2499771cf4
commit
028efff50d
@@ -328,7 +328,8 @@ void HAL_SetSPIHandle(int32_t port, int32_t handle) {
|
||||
}
|
||||
}
|
||||
|
||||
static void spiAccumulatorProcess(uint64_t currentTime, HAL_NotifierHandle handle) {
|
||||
static void spiAccumulatorProcess(uint64_t currentTime,
|
||||
HAL_NotifierHandle handle) {
|
||||
int32_t status = 0;
|
||||
auto param = HAL_GetNotifierParam(handle, &status);
|
||||
if (param == nullptr) return;
|
||||
|
||||
Reference in New Issue
Block a user