Refactor LCD menus

This commit is contained in:
Scott Lahteine
2018-10-23 16:00:34 -05:00
parent ac5f2762b7
commit 2bf18950ab
25 changed files with 5720 additions and 5442 deletions

View File

@@ -19,9 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#pragma once
#ifndef __DURATION_T__
#define __DURATION_T__
#include <Arduino.h>
struct duration_t {
/**
@@ -163,5 +163,3 @@ struct duration_t {
}
}
};
#endif // __DURATION_T__