Minor improvements to comments and debug output

This commit is contained in:
Gregory Nutt 2013-04-08 09:55:12 -06:00
parent f8ddaaeece
commit fc54f15c47
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ int lpc17_dumpgpio(lpc17_pinset_t pinset, const char *msg)
pinmode, pinmode ? getreg32(pinmode) : 0,
g_odmode[port], getreg32(g_odmode[port]));
#elif defined(LPC178x)
lldbg(" IOCON[%08x]:\n", getreg32(iocon));
lldbg(" IOCON[%08x]: %08x\n", iocon, getreg32(iocon));
#endif
base = g_fiobase[port];