aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybuart.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybuart.h')
-rw-r--r--cc3200/mods/pybuart.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cc3200/mods/pybuart.h b/cc3200/mods/pybuart.h
index 476fc11a4..89f3edc0e 100644
--- a/cc3200/mods/pybuart.h
+++ b/cc3200/mods/pybuart.h
@@ -28,12 +28,6 @@
#ifndef PYBUART_H_
#define PYBUART_H_
-// interrupt triggers
-#define E_UART_TRIGGER_RX_ANY (0x01)
-#define E_UART_TRIGGER_RX_HALF (0x02)
-#define E_UART_TRIGGER_RX_FULL (0x04)
-#define E_UART_TRIGGER_TX_DONE (0x08)
-
typedef enum {
PYB_UART_0 = 0,
PYB_UART_1 = 1,