Browse Source

nxphlite-v3:Enable CAN transceivers

sbg
David Sidrane 7 years ago committed by Daniel Agar
parent
commit
011ebd43b8
  1. 4
      src/drivers/boards/nxphlite-v3/board_config.h

4
src/drivers/boards/nxphlite-v3/board_config.h

@ -152,8 +152,8 @@ __BEGIN_DECLS @@ -152,8 +152,8 @@ __BEGIN_DECLS
* high-speed mode (Low) or silent mode (high)
*/
#define GPIO_CAN0_STB (GPIO_LOWDRIVE | GPIO_OUTPUT_ONE | PIN_PORTC | PIN19)
#define GPIO_CAN1_STB (GPIO_LOWDRIVE | GPIO_OUTPUT_ONE | PIN_PORTC | PIN18)
#define GPIO_CAN0_STB (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTC | PIN19)
#define GPIO_CAN1_STB (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTC | PIN18)
/* Safety Switch

Loading…
Cancel
Save