fixed function prototypes
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
/**
|
||||
* Initialize the driver.
|
||||
*/
|
||||
void DANCEPAD_Initialize();
|
||||
void DANCEPAD_Initialize(void);
|
||||
|
||||
/**
|
||||
* Perform any driver-related tasks. Must be called once every loop.
|
||||
*/
|
||||
void DANCEPAD_Tasks();
|
||||
void DANCEPAD_Tasks(void);
|
||||
|
||||
#endif /* DANCEPAD_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user