Trim trailing whitespace
This commit is contained in:
parent
af37bb2f78
commit
bb53635f33
28 changed files with 88 additions and 88 deletions
|
@ -90,7 +90,7 @@ and you should get something like the following output:
|
|||
|
||||
Since our keyboard uses an `atmega32u4` (common), that is the chip we'll specify. This is the full command:
|
||||
|
||||
avrdude -c avrisp -P COM3 -p atmega32u4 -U flash:w:main.hex:i
|
||||
avrdude -c avrisp -P COM3 -p atmega32u4 -U flash:w:main.hex:i
|
||||
|
||||
You should see a couple of progress bars, then you should see:
|
||||
|
||||
|
|
Loading…
Reference in a new issue