Mark functions of void arguments as such in the left firmware.

This commit is contained in:
László Monda
2017-05-23 03:15:53 +02:00
parent f6f5a13c48
commit 67a5140e91
9 changed files with 12 additions and 12 deletions

View File

@@ -3,6 +3,6 @@
// Functions:
void InitClock();
void InitClock(void);
#endif