Skip to content

Commit

Permalink
Lost code
Browse files Browse the repository at this point in the history
  • Loading branch information
DiSlord committed Dec 17, 2021
1 parent 90259dd commit 79b0104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,9 @@ const menuitem_t menu_marker_measure[] = {
#ifdef __S11_CABLE_MEASURE__
{ MT_ADV_CALLBACK, MEASURE_S11_CABLE, "CABLE\n (S11)", menu_measure_acb },
#endif
#ifdef __S11_RESONANCE_MEASURE__
{ MT_ADV_CALLBACK, MEASURE_S11_RESONANCE,"RESONANCE\n (S11)", menu_measure_acb },
#endif
#ifdef __S21_MEASURE__
{ MT_ADV_CALLBACK, MEASURE_SHUNT_LC, "SHUNT LC\n (S21)", menu_measure_acb },
{ MT_ADV_CALLBACK, MEASURE_SERIES_LC, "SERIES LC\n (S21)", menu_measure_acb },
Expand Down

0 comments on commit 79b0104

Please sign in to comment.