File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/main/target/SPEEDYBEEF405WING Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2929
3030#include "fc/fc_msp_box.h"
3131#include "io/serial.h"
32+ #include "io/piniobox.h"
3233
3334void targetConfiguration (void )
3435{
3536 serialConfigMutable ()-> portConfigs [findSerialPortIndexByIdentifier (SERIAL_PORT_USART1 )].functionMask = FUNCTION_RX_SERIAL ;
3637 serialConfigMutable ()-> portConfigs [findSerialPortIndexByIdentifier (SERIAL_PORT_USART3 )].functionMask = FUNCTION_GPS ;
3738 serialConfigMutable ()-> portConfigs [findSerialPortIndexByIdentifier (SERIAL_PORT_USART6 )].functionMask = FUNCTION_MSP ;
39+
40+ pinioBoxConfigMutable ()-> permanentId [0 ] = BOX_PERMANENT_ID_USER1 ;
3841}
Original file line number Diff line number Diff line change 169169#define TARGET_IO_PORTD (BIT(2))
170170
171171#define MAX_PWM_OUTPUT_PORTS 11
172+
173+ #define USE_PINIO
174+ #define USE_PINIOBOX
175+ #define PINIO1_PIN PC13
You can’t perform that action at this time.
0 commit comments