summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave2013-03-19 23:23:01 +0100
committerDave2013-03-19 23:23:01 +0100
commit7cb987083d46803b78b2bfd983254cfc51ca6410 (patch)
treeff560d4c661dcff36db41a197bd2cbf9d37cce88
parentffa573f88020e4de9300a013721068672c923f33 (diff)
downloadpicogpsp-7cb987083d46803b78b2bfd983254cfc51ca6410.tar.gz
picogpsp-7cb987083d46803b78b2bfd983254cfc51ca6410.tar.bz2
picogpsp-7cb987083d46803b78b2bfd983254cfc51ca6410.zip
edit rpi.h
-rw-r--r--raspberrypi/rpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/raspberrypi/rpi.h b/raspberrypi/rpi.h
index 536414d..65f9cc3 100644
--- a/raspberrypi/rpi.h
+++ b/raspberrypi/rpi.h
@@ -2,6 +2,7 @@ void gpsp_plat_init(void);
void gpsp_plat_quit(void);
#define PLAT_BUTTON_COUNT 17
+#define PLAT_MENU_BUTTON -1 // have one hardcoded
extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
void *fb_flip_screen(void);