Skip to content

Commit

Permalink
Made uploading a lot faster
Browse files Browse the repository at this point in the history
  • Loading branch information
livingkurt committed Dec 7, 2024
1 parent b090b51 commit 9c9f00f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HeliosEmbedded/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ AVRDUDE_FLAGS = -C$(AVRDUDE_CONF) \
-c$(AVRDUDE_PROGRAMMER) \
-P$(AVRDUDE_PORT) \
-b$(AVRDUDE_BAUDRATE) \
-v
-v \
-B1 \
-V \
-D


CPU_SPEED = 8000000L

Expand Down

0 comments on commit 9c9f00f

Please sign in to comment.