diff options
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);
 | 
