diff options
author | Brett Weiland <brett_weiland@bpcsapce.com> | 2023-01-12 13:41:48 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcsapce.com> | 2023-01-12 13:41:48 -0600 |
commit | b666668d0e6b67e4632e65486cae814ab5abbc39 (patch) | |
tree | 0cf0c2d689799c5e98d505e632248fdc5ed5a072 /src/compile_commands.json | |
parent | 94304b11e7220f060dbc345de5fa1952d0465016 (diff) |
updating for linkedin
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", |