Skip to content

Commit

Permalink
Update GPIO pin naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezod committed Apr 30, 2023
1 parent ee86e18 commit 6f2ad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coleco.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const GpioPin* const pin_right = &gpio_ext_pb2;
const GpioPin* const pin_left = &gpio_ext_pc3;
const GpioPin* const pin_code0 = &gpio_ext_pa7;
const GpioPin* const pin_code1 = &gpio_ext_pa4;
const GpioPin* const pin_code2 = &ibutton_gpio;
const GpioPin* const pin_code2 = &gpio_ibutton;
const GpioPin* const pin_code3 = &gpio_ext_pc1;
const GpioPin* const pin_fire = &gpio_ext_pb3;
const GpioPin* const pin_alt = &gpio_usart_tx;
Expand Down

0 comments on commit 6f2ad1b

Please sign in to comment.