mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 23:20:36 +08:00
nxphlite-v3:Enable CAN transceivers
This commit is contained in:
committed by
Daniel Agar
parent
5c7cbc4d30
commit
011ebd43b8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user