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 /device-functions.c | |
parent | 996f3d52275475f2478f377f12f0ef7571ecc795 (diff) |
first attempt at lcd menus
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.c b/device-functions.c index a7d2adc..41c62a5 100644 --- a/device-functions.c +++ b/device-functions.c @@ -7,6 +7,7 @@ #include "bus.h" #include "lcd.h" #include "flash.h" +#include "menus.h" #include <math.h> #include <glib.h> |