mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Replace C identifier lists with (void) (#809)
These changes were generated by wpilibsuite/styleguide#106.
This commit is contained in:
committed by
Peter Johnson
parent
59c4984ed6
commit
e9e407a87d
@@ -98,7 +98,7 @@ static void CommonSPIPortInit(int32_t* status) {
|
||||
}
|
||||
}
|
||||
|
||||
static void CommonSPIPortFree() {
|
||||
static void CommonSPIPortFree(void) {
|
||||
if (spiPortCount.fetch_sub(1) == 1) {
|
||||
// Clean up SPI Handles
|
||||
HAL_FreeDIOPort(digitalHandles[3]);
|
||||
|
||||
Reference in New Issue
Block a user