diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:21:51 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:21:51 -0400 |
commit | 9241a81f454f8ad98207b7b88c5c0b9ec8852987 (patch) | |
tree | cd781dfcdf311b3392f4d79424b0450a4c0c12d0 /globals.h | |
parent | 68791fff3f9dce335821b87f5404803e488de85d (diff) |
simplified the menu updating scheme
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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; |