fixed function prototypes
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
/**
|
||||
* Initialize IO for reading the pad sensors.
|
||||
*/
|
||||
void PADHAL_Initialize();
|
||||
void PADHAL_Initialize(void);
|
||||
|
||||
/**
|
||||
* Get the current state of all pad sensors.
|
||||
* @return the pad states, as the first 6 bits in a uint8_t.
|
||||
*/
|
||||
uint8_t PADHAL_GetButtons();
|
||||
uint8_t PADHAL_GetButtons(void);
|
||||
|
||||
#endif /* PADHAL_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user