diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-01-07 17:46:25 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-01-07 17:46:25 +0100 |
commit | 8b126215312ccef51b5df7ef92c7839d69fc385c (patch) | |
tree | f0440bdf4cc2b7e73936138d09bb188e45839c0b /usb-dfu-experiment/Makefile | |
parent | 5a78233aa7793be3a019b9c808b903e760ddda23 (diff) |
merge with current at91lib changes (82eaac47c73621cc42ea6f40ffca2118e764a3ae)
Diffstat (limited to 'usb-dfu-experiment/Makefile')
-rw-r--r-- | usb-dfu-experiment/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-dfu-experiment/Makefile b/usb-dfu-experiment/Makefile index e7ef099..f273c65 100644 --- a/usb-dfu-experiment/Makefile +++ b/usb-dfu-experiment/Makefile @@ -45,7 +45,7 @@ BOARD = at91sam3u-ek # TRACE_LEVEL_ERROR 2 # TRACE_LEVEL_FATAL 1 # TRACE_LEVEL_NO_TRACE 0 -TRACE_LEVEL = 5 +TRACE_LEVEL = 4 # Optimization level, put in comment for debugging OPTIMIZATION = -Os |