]> git.0d.be Git - PanikSwitch.git/blobdiff - PanikSwitch.h
comment out unused labels
[PanikSwitch.git] / PanikSwitch.h
index f3441c6f8b82d53ae01d9df7f1d43492aed4399c..08af446b00e2fc3366c9b585a9bbb6034fcbecc6 100644 (file)
@@ -56,6 +56,7 @@ switchSelection_t operator+=(switchSelection_t &lhs, int rhs) {
 /* store switch state labels as an array in program memory
    see http://arduino.cc/en/Reference/PROGMEM
 */
+/*
 prog_char label_nonstop[] PROGMEM = "Non-Stop";
 prog_char label_studio1[] PROGMEM = "Studio 1";
 prog_char label_studio2[] PROGMEM = "Studio 2";
@@ -64,3 +65,4 @@ PROGMEM const char *selection_labels[] = {
   label_nonstop, label_studio1, label_studio2
 };
 
+*/