Renamed some variables.

This commit is contained in:
Dual Tachyon 2023-08-26 01:47:17 +01:00
parent dc17c5dfce
commit b171d09f98
2 changed files with 4 additions and 4 deletions

4
misc.c
View File

@ -92,8 +92,8 @@ uint8_t g_20000416;
uint8_t g_2000041F;
uint8_t g_20000420;
uint8_t g_20000427;
uint8_t g_2000042C;
uint8_t g_2000042D;
bool gKeyBeingHeld;
bool gPttIsPressed;
uint8_t gDTMF_WriteIndex;
uint8_t g_20000438;
uint8_t gMenuListCount;

4
misc.h
View File

@ -95,8 +95,8 @@ extern uint8_t g_20000416;
extern uint8_t g_2000041F;
extern uint8_t g_20000420;
extern uint8_t g_20000427;
extern uint8_t g_2000042C;
extern uint8_t g_2000042D;
extern bool gKeyBeingHeld;
extern bool gPttIsPressed;
extern uint8_t gDTMF_WriteIndex;
extern uint8_t g_20000438;
extern uint8_t gMenuListCount;