diff options
author | Florian Jung <flo@windfisch.org> | 2014-03-17 18:35:31 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-03-17 18:35:31 +0100 |
commit | f9c0836b9626e293745633423b96b4ad95dca28b (patch) | |
tree | ff2750b6a73c24b6b0f37dc7b4b7eff7b99c582c /Makefile | |
parent | 156d616f919be4a9391b7303abc9e3377f9e2365 (diff) |
send and receive works
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ ASRC = # Optimization level, can be [0, 1, 2, 3, s]. # 0 = turn off optimization. s = optimize for size. # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) -OPT = s +OPT = 2 # Debugging format. |