Commit 74df064
authored
Fixed README blinky gpio_write input
Previously, when a learner followed the blinky README instructions, "make flash" generated an error. The issue was that variable pin in main.c wasn't previously defined. (Maybe that was just me and this is invalid!) By making the change proposed, the main.c from README instructions aligns with Step-1-... main.c. Now my main.c builds and flashes without error. The board blinks appropriately too.1 parent dde0d95 commit 74df064
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | | - | |
| 785 | + | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| |||
0 commit comments