Skip to content

Commit

Permalink
chips/atmega: Fix a couple of MCU values
Browse files Browse the repository at this point in the history
grove and lilypad both use 328p, but my local avrdude configuration
was broken. Fix these to use the correct MCU value.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Dec 24, 2022
1 parent 395eabd commit 6598f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/grove/snek-grove-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PORT=/dev/ttyUSB0

mode=arg

MCU=m328
MCU=m328p

for i in "$@"; do
case "$mode" in
Expand Down
1 change: 1 addition & 0 deletions ports/lilypad-big/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ UBOARD=LILYPAD-BIG
PORT=/dev/ttyUSB0
BAUD=57600
CLOCK=8000000
MCU=m328p

SNEK_ATMEGA_BUILTINS_EXTRA = \
snek-tone.builtin \
Expand Down

0 comments on commit 6598f41

Please sign in to comment.