chg: adaptations for global debug var to be accessible

This commit is contained in:
iceman1001 2018-02-21 14:59:06 +01:00
commit 180e3d4df9
4 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,6 @@
#define NCS_1_LOW LOW(GPIO_NCS2)
#define NCS_1_HIGH HIGH(GPIO_NCS2)
#define RELAY_ON() HIGH(GPIO_RELAY)
#define RELAY_OFF() LOW(GPIO_RELAY)
#define BUTTON_PRESS() !((AT91C_BASE_PIOA->PIO_PDSR & GPIO_BUTTON) == GPIO_BUTTON)