Supported misnamed platform names for the nhb12 and nhb12b.
[goodfet] / firmware / include / gfports.h
1 /*! \file gfports.h
2   \author Travis Goodspeed
3   \brief GoodFET Port Definitions
4 */
5
6 #ifndef GFPORTS
7 #define GFPORTS
8
9 #include <io.h>
10
11 // N.B., only asm-clean CPP definitions allowed.
12
13
14 /*
15 //Use these instead of the explicit names.
16 #ifdef MSP430
17 #define gfout P5OUT
18 #define gfin  P5IN
19 #define gfdir P5DIR
20 #define gfren P5REN
21 #endif
22 */
23
24
25 #endif //GFPORTS