summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-15 08:21:51 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-15 08:21:51 -0400
commit9241a81f454f8ad98207b7b88c5c0b9ec8852987 (patch)
treecd781dfcdf311b3392f4d79424b0450a4c0c12d0 /globals.h
parent68791fff3f9dce335821b87f5404803e488de85d (diff)
simplified the menu updating scheme
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/globals.h b/globals.h
index 8d591be..b106907 100644
--- a/globals.h
+++ b/globals.h
@@ -297,25 +297,10 @@ typedef struct {
typedef struct {
- int update_freq;
- int update_func;
- int update_delay;
- int update_pw;
int update_amp;
int update_os;
int update_zout;
int update_load;
- int update_output;
- int update_inv;
- int update_gate;
- int update_logic_level;
- int update_routes;
- int update_burst_count;
- int update_burst_time;
- int update_rise_time;
- int update_soft_current_limit;
- int update_slew;
- int update_whole_main_menu;
} ChangeStruct;