mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-03-01 18:07:00 +08:00
Fixed key type.
This commit is contained in:
parent
f9bea2647a
commit
5a74076439
4
helper.c
4
helper.c
@ -26,8 +26,8 @@
|
||||
#include "radio.h"
|
||||
#include "settings.h"
|
||||
|
||||
uint8_t gKeyReading0;
|
||||
uint8_t gKeyReading1;
|
||||
KEY_Code_t gKeyReading0;
|
||||
KEY_Code_t gKeyReading1;
|
||||
uint8_t g_2000042A;
|
||||
|
||||
uint8_t HELPER_GetKey(void)
|
||||
|
Loading…
Reference in New Issue
Block a user