summaryrefslogtreecommitdiffstats
path: root/firmware/usbconfig.h
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-11-04 13:57:24 +0100
committercpldcpu <cpldcpu@gmail.com>2013-11-04 13:57:24 +0100
commit0a4f48c2cbcf20f93fc9531b3f57974cb4b6364d (patch)
tree2a831c2c1ec1f8ac21427bf87c2955eae391d171 /firmware/usbconfig.h
parentd7360925c1170acbc3a7b98c50e48350ac80fbc7 (diff)
downloadmicronucleus-0a4f48c2cbcf20f93fc9531b3f57974cb4b6364d.tar.gz
micronucleus-0a4f48c2cbcf20f93fc9531b3f57974cb4b6364d.tar.bz2
micronucleus-0a4f48c2cbcf20f93fc9531b3f57974cb4b6364d.zip
source code clean up
Diffstat (limited to 'firmware/usbconfig.h')
-rw-r--r--firmware/usbconfig.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/firmware/usbconfig.h b/firmware/usbconfig.h
index 55707cb..bba210d 100644
--- a/firmware/usbconfig.h
+++ b/firmware/usbconfig.h
@@ -158,11 +158,10 @@
* for each control- and out-endpoint to check for duplicate packets.
*/
//#if USB_CFG_CLOCK_KHZ==16500
-#define USB_CFG_HAVE_MEASURE_FRAME_LENGTH 1
+
+
#include "osccal.h"
-//#else
-//#define USB_CFG_HAVE_MEASURE_FRAME_LENGTH 0
-//#endif
+
/* define this macro to 1 if you want the function usbMeasureFrameLength()
* compiled in. This function can be used to calibrate the AVR's RC oscillator.
*/