Code cosmetics, added missing void statement to empty parameter of

functions
This commit is contained in:
Jan A
2019-09-30 19:01:10 +02:00
committed by Conor Patrick
parent 208d26be89
commit 5168afa16e
12 changed files with 67 additions and 56 deletions

View File

@ -3,9 +3,9 @@
#include <stdint.h>
void tsc_init();
void tsc_init(void);
int tsc_sensor_exists();
int tsc_sensor_exists(void);
// Read button0 or button1
// Returns 1 if pressed, 0 if not.