changed programmer type to usbasp-clone

This commit is contained in:
Jake Goodwin 2025-02-12 14:53:38 -08:00
parent e50463ab2b
commit 6296c9dfe6
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ add_compile_definitions(F_CPU=${F_CPU})
add_compile_definitions(__AVR_ATtiny13a__)
# Set up the programmer for it
#set(PROGRAMMER usbasp-clone)
set(PROGRAMMER usbasp-clone)
#set(PROGRAMMER arduino)
set(PROGRAMMER serialupdi)
#set(PROGRAMMER serialupdi)
# Set the Port for the programmer
set(PORT /dev/ttyUSB0)