aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsm/pio.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-12 19:29:08 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-12 19:29:08 +0100
commit350a1b29044684d6256004905733572fd51a0614 (patch)
treebb248cfe19e1d91e6d324a93dbc66df5c82e9085 /src/fsm/pio.h
parent29ba09dae14a1fcf5e8f0d5cf6547360db23482f (diff)
downloadglutte-o-matic-350a1b29044684d6256004905733572fd51a0614.tar.gz
glutte-o-matic-350a1b29044684d6256004905733572fd51a0614.tar.bz2
glutte-o-matic-350a1b29044684d6256004905733572fd51a0614.zip
Change TX_n to TX
Diffstat (limited to 'src/fsm/pio.h')
-rw-r--r--src/fsm/pio.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/fsm/pio.h b/src/fsm/pio.h
index 7752e34..ed9fd9c 100644
--- a/src/fsm/pio.h
+++ b/src/fsm/pio.h
@@ -42,14 +42,16 @@
#define GPIO_PIN_U_n GPIO_Pin_8
#define GPIO_PIN_LED_grn GPIO_Pin_9
#define GPIO_PIN_D_n GPIO_Pin_11
-#define GPIO_PIN_TX_n GPIO_Pin_13
+#define GPIO_PIN_TX GPIO_Pin_13
#define GPIOC_OUTPUT_PINS GPIO_PIN_LED_red | \
GPIO_PIN_LED_yel | \
- GPIO_PIN_LED_grn
+ GPIO_PIN_LED_grn | \
+ GPIO_PIN_TX
+
+#define GPIOC_OPENDRAIN_PINS 0
-#define GPIOC_OPENDRAIN_PINS GPIO_PIN_TX_n
#define GPIOC_INPUT_PINS GPIO_PIN_QRP_n | \
GPIO_PIN_1750 | \