From c95c6c70121b9e02b2213f5074315d0e9f159017 Mon Sep 17 00:00:00 2001 From: Devon Hazelett Date: Tue, 9 Jan 2024 07:28:41 -0800 Subject: [PATCH] chore(mcu): properly label CAN H/L (#418) TX and RX are not helpful, looking at the back of the m8p v2 shows that RX is high, and TX is low. --- config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg b/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg index 3e3be9d02..490be0899 100644 --- a/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg +++ b/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg @@ -32,7 +32,7 @@ aliases: MCU_SPI2_MOSI=PC12 , MCU_SPI2_MISO=PC11 , MCU_SPI2_SCK=PC10 , MCU_SPI2_CS=PA15 , # TX RX - MCU_CAN_TRANSMIT=PD1 , MCU_CAN_RECIEVE=PD0 , + MCU_CAN_LOW=PD1 , MCU_CAN_HIGH=PD0 , MCU_FWS1=PC0 , MCU_FWS=PF10 ,