diff options
Diffstat (limited to 'docs/isp_flashing_guide.md')
-rw-r--r-- | docs/isp_flashing_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/isp_flashing_guide.md b/docs/isp_flashing_guide.md index 9a65fe115..356e40dd3 100644 --- a/docs/isp_flashing_guide.md +++ b/docs/isp_flashing_guide.md | |||
@@ -246,7 +246,7 @@ To set this add `-U lfuse:w:0xFF:m -U hfuse:w:0xD8:m -U efuse:w:0xCB:m` to your | |||
246 | avrdude -c avrisp -P COM3 -p atmega32u4 -U flash:w:main.hex:i -U lfuse:w:0xFF:m -U hfuse:w:0xD8:m -U efuse:w:0xCB:m | 246 | avrdude -c avrisp -P COM3 -p atmega32u4 -U flash:w:main.hex:i -U lfuse:w:0xFF:m -U hfuse:w:0xD8:m -U efuse:w:0xCB:m |
247 | 247 | ||
248 | 248 | ||
249 | If you are using a different controller or want different configuration, you can use [this AVR Fuse Calculator](http://www.engbedded.com/fusecalc/) to find a better value for you. | 249 | If you are using a different controller or want different configuration, you can use [this AVR Fuse Calculator](https://www.engbedded.com/fusecalc/) to find a better value for you. |
250 | 250 | ||
251 | ## Help | 251 | ## Help |
252 | 252 | ||