Skip to content

Commit

Permalink
Comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dipakgmx committed Nov 25, 2018
1 parent 2233305 commit 037e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(ATMega_TWI)
#============================================================================================
SET(DEVICE atmega2560) #Microcontroller model
SET(FREQ 16000000) #Frequency
SET(FLASH YES) #Turn on/off flashing
SET(FLASH NO) #Turn on/off flashing
SET(BAUD 115200) #Set flashing baud rate
SET(PROGRAMMER wiring) #Programmer
set(PORT /dev/ttyACM1) #Insert port number
Expand Down

0 comments on commit 037e429

Please sign in to comment.