buttons: Wrap macros with #ifndef (#216)

pull/25/head
Saleem Rashid 7 years ago committed by Pavol Rusnak
parent 07f6e495b7
commit 724ce5e7ee

@ -34,8 +34,16 @@ extern struct buttonState button;
void buttonUpdate(void);
#ifndef BTN_PORT
#define BTN_PORT GPIOC
#endif
#ifndef BTN_PIN_YES
#define BTN_PIN_YES GPIO2
#endif
#ifndef BTN_PIN_NO
#define BTN_PIN_NO GPIO5
#endif
#endif

Loading…
Cancel
Save