updated to reflect changes in debug output macros/fxns

This commit is contained in:
ziggurat29
2016-06-24 17:48:08 -05:00
parent b4e62547af
commit 6c762faa0f
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ xcpt_t stm32l4_setup_overcurrent(xcpt_t handler)
#ifdef CONFIG_USBDEV
void stm32l4_usbsuspend(FAR struct usbdev_s *dev, bool resume)
{
ulldbg("resume: %d\n", resume);
uinfo("resume: %d\n", resume);
}
#endif