Skip to content

Commit

Permalink
Update configs/ARK_FPV/config.c
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jan 28, 2025
1 parent c9faba2 commit c03ec51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/ARK_FPV/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

void configTargetPreInit(void)
{
ioPreinitByIO(IOGetByTag(IO_TAG(VDD_3V3_SENSORS1_EN)), IOCFG_OUT_PP, PREINIT_PIN_STATE_HIGH);
ioPreinitByIO(IOGetByTag(IO_TAG(VDD_3V3_SD_CARD_EN)), IOCFG_OUT_PP, PREINIT_PIN_STATE_HIGH);
ioPreinitByIO(IOGetByTag(IO_TAG(VDD_3V3_SENSORS1_EN)), IOCFG_OUT_PP, PREINIT_PIN_STATE_HIGH);
ioPreinitByIO(IOGetByTag(IO_TAG(VDD_3V3_SD_CARD_EN)), IOCFG_OUT_PP, PREINIT_PIN_STATE_HIGH);
}

0 comments on commit c03ec51

Please sign in to comment.