mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51: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
@@ -43,7 +43,7 @@ typedef void (*HAL_CAN_GetCANStatusCallback)(
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void HALSIM_ResetCanData();
|
||||
void HALSIM_ResetCanData(void);
|
||||
|
||||
int32_t HALSIM_RegisterCanSendMessageCallback(
|
||||
HAL_CAN_SendMessageCallback callback, void* param);
|
||||
|
||||
Reference in New Issue
Block a user