Changed pin definition and references of CAN1_CLK to CAN1_SCLK to match CAN0_SCLK

This commit is contained in:
William Miceli
2021-05-14 16:25:08 -04:00
parent 882e450c99
commit 6dae19b800
6 changed files with 23 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ void timerB_init(void);
#define SDC_SCLK 0x08
#define CAN0_MOSI 0x10
#define CAN0_MISO 0x20
#define CAN1_CLK 0x40
#define CAN1_SCLK 0x40
#define IMU_SDA 0x80
#define P3_UNUSED 0x00