diff options
Diffstat (limited to 'src/compile_commands.json')
-rw-r--r-- | src/compile_commands.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile_commands.json b/src/compile_commands.json index 7cb5d9c..7646b7a 100644 --- a/src/compile_commands.json +++ b/src/compile_commands.json @@ -115,7 +115,7 @@ "directory": "/home/indigo/projects/watch/src", "arguments": [ "/home/indigo/packs/avr8-gnu-toolchain-linux_x86_64/bin/avr-gcc", - "-mmcu=atmega328p", + "-mmcu=atmega2560", "-I", "/home/indigo/packs/avr8-gnu-toolchain-linux_x86_64/avr/include", "-o", |