aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/EXP430FR5969/board.h
diff options
context:
space:
mode:
authorawygle <awygle@gmail.com>2016-08-17 00:15:02 -0500
committerGitHub <noreply@github.com>2016-08-17 00:15:02 -0500
commit66ee156aa4e7d99db9854cf7fd67515d73b1e3fa (patch)
treee01ffb3853c05e75b81be838447c2f5211c53f07 /os/hal/boards/EXP430FR5969/board.h
parente1601e0a7d9b805422e511ea1c29ef9f5ca6000b (diff)
parentd9ee72504f248b7f9edae382ff941453301bf5ad (diff)
downloadChibiOS-Contrib-66ee156aa4e7d99db9854cf7fd67515d73b1e3fa.tar.gz
ChibiOS-Contrib-66ee156aa4e7d99db9854cf7fd67515d73b1e3fa.tar.bz2
ChibiOS-Contrib-66ee156aa4e7d99db9854cf7fd67515d73b1e3fa.zip
Merge pull request #81 from awygle/adc
MSP430X ADC12 Support
Diffstat (limited to 'os/hal/boards/EXP430FR5969/board.h')
-rw-r--r--os/hal/boards/EXP430FR5969/board.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/os/hal/boards/EXP430FR5969/board.h b/os/hal/boards/EXP430FR5969/board.h
index 97103d3..3abe1cc 100644
--- a/os/hal/boards/EXP430FR5969/board.h
+++ b/os/hal/boards/EXP430FR5969/board.h
@@ -65,8 +65,6 @@
#define VAL_IOPORT1_REN 0xFCFE
#define VAL_IOPORT1_SEL0 0x0000
#define VAL_IOPORT1_SEL1 0x0300
-#define VAL_IOPORT1_IES 0x0000
-#define VAL_IOPORT1_IE 0x0000
/*
* Port B setup:
@@ -93,8 +91,6 @@
#define VAL_IOPORT2_REN 0xBDFF
#define VAL_IOPORT2_SEL0 0x0000
#define VAL_IOPORT2_SEL1 0x0000
-#define VAL_IOPORT2_IES 0x0000
-#define VAL_IOPORT2_IE 0x0000
/*
* Port J setup:
@@ -113,8 +109,6 @@
#define VAL_IOPORT0_REN 0x00CF
#define VAL_IOPORT0_SEL0 0x0030
#define VAL_IOPORT0_SEL1 0x0000
-#define VAL_IOPORT0_IES 0x0000
-#define VAL_IOPORT0_IE 0x0000
#if !defined(_FROM_ASM_)
#ifdef __cplusplus