mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Add some compiler warnings and fix revealed bugs
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ uint8_t readBinary;
|
||||
uint8_t muteBus;
|
||||
uint8_t readkey;
|
||||
|
||||
const char const *offon[] = {"OFF", "ON"};
|
||||
const char *const offon[] = {"OFF", "ON"};
|
||||
|
||||
void Setup();
|
||||
void general_GPIO_init();
|
||||
|
||||
Reference in New Issue
Block a user