diff options
| author | Fabien Poussin <fabien.poussin@gmail.com> | 2017-06-07 11:26:30 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-07 11:26:30 +0200 | 
| commit | 46a0296ed6f68dd2a13f856ab2933a6a520af378 (patch) | |
| tree | 6cf32e17ffc7890b3afac6fb2ef5e364a525576c /os/hal/include/usbh/debug.h | |
| parent | 3ff5a092fcddcda4308d0220445c22e6847eb1db (diff) | |
| parent | f82de84347a64f4a826806696d23a61e60bd9115 (diff) | |
| download | ChibiOS-Contrib-46a0296ed6f68dd2a13f856ab2933a6a520af378.tar.gz ChibiOS-Contrib-46a0296ed6f68dd2a13f856ab2933a6a520af378.tar.bz2 ChibiOS-Contrib-46a0296ed6f68dd2a13f856ab2933a6a520af378.zip | |
Merge pull request #117 from dismirlian/usbh_devel
USB Host update
Diffstat (limited to 'os/hal/include/usbh/debug.h')
| -rw-r--r-- | os/hal/include/usbh/debug.h | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/os/hal/include/usbh/debug.h b/os/hal/include/usbh/debug.h index 5120121..d3bdee7 100644 --- a/os/hal/include/usbh/debug.h +++ b/os/hal/include/usbh/debug.h @@ -1,6 +1,6 @@  /*
 -    ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
 -              Copyright (C) 2015 Diego Ismirlian, TISA, (dismirlian (at) google's mail)
 +    ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
 +              Copyright (C) 2015..2017 Diego Ismirlian, (dismirlian (at) google's mail)
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
 @@ -23,8 +23,6 @@  #if HAL_USE_USBH
 -//TODO: Debug is only for USBHD1, make it generic.
 -
  #if USBH_DEBUG_ENABLE
  	void usbDbgPrintf(const char *fmt, ...);
  	void usbDbgPuts(const char *s);
 | 
