Fix inconsistency in USB host tracing definitions

This commit is contained in:
Gregory Nutt
2013-09-19 08:46:33 -06:00
parent db9d3dfce6
commit ac3dfce614
3 changed files with 44 additions and 17 deletions
+4
View File
@@ -5590,4 +5590,8 @@
prototype. This was cause compile time warnings (2013-9-17).
* configs/sama5d3x-ek/src/sam_ostest.c: Add OS test support for
the FPU test (2013-9-18).
* arch/arm/src/sama5/sam_usbhost.h and include/nuttx/usb/usbhost_trace.h
Correct some inconsistencies in the way that USB configuration
settings are used. This caused compilation errors in SAMA5 OHCI
when USB debug was ON but USB host tracing was off (2013-9-19).