diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -20,9 +20,6 @@ #include "setup.h" #include "txtrecv.h" - -#define TXTROOT "/vtx" - #define GET_HUNDREDS(x) ( ( (x) - ((x)%256) ) /256 ) #define GET_TENS(x) ( (( (x) - ((x)%16) )%256 ) /16 ) #define GET_ONES(x) ( (x)%16 ) |