Init
This commit is contained in:
parent
a3ac933ca2
commit
18eb425495
3
Gpios.c
3
Gpios.c
|
|
@ -30,6 +30,9 @@ void Gpios_Init() {
|
|||
env->CAN1_STB = InitGpioPin(GPIOD, GPIO_PINS_13, GPIO_MODE_OUTPUT, GPIO_PIN_NOREVERSE);
|
||||
GpioPinSet(&env->CAN1_STB, false);
|
||||
|
||||
env->CAN2_STB = InitGpioPin(GPIOE, GPIO_PINS_15, GPIO_MODE_OUTPUT, GPIO_PIN_NOREVERSE);
|
||||
GpioPinSet(&env->CAN2_STB, false);
|
||||
|
||||
Gpios_Led(&env->Led);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue