Skip to content

Commit

Permalink
enable GPIO13 - Update hal_pins_tr6260.c (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
divadiow authored Feb 1, 2025
1 parent 8a3ecb5 commit 017929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/tr6260/hal_pins_tr6260.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void HAL_PIN_Set_As_GPIO(DRV_GPIO_PIN_NAME pin)
#endif
break;
case DRV_GPIO_13: /*don't use in gpio mode*/
//PIN_FUNC_SET(IO_MUX0_GPIO13, FUNC_GPIO13_GPIO13);
PIN_FUNC_SET(IO_MUX0_GPIO13, FUNC_GPIO13_GPIO13);
break;
case DRV_GPIO_14:
PIN_FUNC_SET(IO_MUX0_GPIO14, FUNC_GPIO14_GPIO14);
Expand Down

0 comments on commit 017929d

Please sign in to comment.