Skip to content

Commit

Permalink
chore(mcu): properly label CAN H/L (Frix-x#418)
Browse files Browse the repository at this point in the history
TX and RX are not helpful, looking at the back of the m8p v2 shows that RX is high, and TX is low.
  • Loading branch information
dhazelett authored Jan 9, 2024
1 parent a207639 commit c95c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,

Expand Down

0 comments on commit c95c6c7

Please sign in to comment.