diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-12-02 22:51:44 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-12-02 22:51:44 +0100 |
commit | 84763f9c33b54ecd74565fce8ea633f83a7aaa45 (patch) | |
tree | a7f2fc65de2ba795e3adb1150022a4ba47d0d693 /usb-fast-audio-source/Makefile | |
parent | 8ed7d596716686883b5baaba60d7f764791c904e (diff) |
fix fast audio source test, generates 640 kS/s to 1 Ms/s now
Diffstat (limited to 'usb-fast-audio-source/Makefile')
-rw-r--r-- | usb-fast-audio-source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-fast-audio-source/Makefile b/usb-fast-audio-source/Makefile index 38ea27d..8444be8 100644 --- a/usb-fast-audio-source/Makefile +++ b/usb-fast-audio-source/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
|