diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-30 11:38:48 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-30 11:38:48 -0400 |
commit | d6c71646ddc4a34293bb5cadde78a30806d8eace (patch) | |
tree | 11ab0d737aca55ccf3e96df40cd8624f75c85dfd /error_utils.c | |
parent | 996f3d52275475f2478f377f12f0ef7571ecc795 (diff) |
first attempt at lcd menus
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/error_utils.c b/error_utils.c index 4481205..fa676c9 100644 --- a/error_utils.c +++ b/error_utils.c @@ -19,6 +19,7 @@ END DESCRIPTION **********************************************************/ #include "dummy_functions.h" #include "lcd.h" #include "error_utils.h" +#include "menus.h" /*** EndHeader */ |