This commit is contained in:
Armel FAUVEAU
2024-07-17 23:36:04 +02:00
parent 3d59dada22
commit 1260bc8fb2
3 changed files with 37 additions and 23 deletions

View File

@@ -20,7 +20,7 @@
#include "driver/keyboard.h"
void MAIN_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld);
void channelMove(uint16_t Channel, bool End);
void channelMoveSwitch(void);
#endif