Fixed issue with Port 9 unused pin definitions

This commit is contained in:
William Miceli
2021-05-14 16:08:17 -04:00
parent a7678a8c7b
commit 8d241875c2
4 changed files with 196 additions and 196 deletions

View File

@@ -131,7 +131,7 @@ void timerB_init(void);
#define USB_RX 0x20
#define SDC_CSn 0x40
#define GPS_CSn 0x80
#define P9_UNUSED 0x40 | 0x80
#define P9_UNUSED 0x01 | 0x08
// PORT 10
#define BT_CSn 0x01

View File

@@ -180,7 +180,7 @@ static inline void delay(void)
#define USB_RX 0x20
#define SDC_CSn 0x40
#define GPS_CSn 0x80
#define P9_UNUSED 0x40 | 0x80
#define P9_UNUSED 0x01 | 0x08
// PORT 10
#define BT_CSn 0x01

View File

@@ -175,7 +175,7 @@ static inline void delay(void)
#define USB_RX 0x20
#define SDC_CSn 0x40
#define GPS_CSn 0x80
#define P9_UNUSED 0x40 | 0x80
#define P9_UNUSED 0x01 | 0x08
// PORT 10
#define BT_CSn 0x01

View File

@@ -175,7 +175,7 @@ static inline void delay(void)
#define USB_RX 0x20
#define SDC_CSn 0x40
#define GPS_CSn 0x80
#define P9_UNUSED 0x40 | 0x80
#define P9_UNUSED 0x01 | 0x08
// PORT 10
#define BT_CSn 0x01