ullinfo (vs ulinf)

This commit is contained in:
Gregory Nutt 2016-06-19 18:14:27 -06:00
parent 7dd66a4620
commit 8021354e01

View File

@ -2629,7 +2629,7 @@ static inline void stm32_epout_interrupt(FAR struct stm32_usbdev_s *priv)
if ((daint & 1) != 0) if ((daint & 1) != 0)
{ {
regval = stm32_getreg(STM32_OTGHS_DOEPINT(epno)); regval = stm32_getreg(STM32_OTGHS_DOEPINT(epno));
ulinfo("DOEPINT(%d) = %08x\n", epno, regval); ullinfo("DOEPINT(%d) = %08x\n", epno, regval);
stm32_putreg(0xFF, STM32_OTGHS_DOEPINT(epno)); stm32_putreg(0xFF, STM32_OTGHS_DOEPINT(epno));
} }
@ -2859,8 +2859,8 @@ static inline void stm32_epin_interrupt(FAR struct stm32_usbdev_s *priv)
{ {
if ((daint & 1) != 0) if ((daint & 1) != 0)
{ {
ulinfo("DIEPINT(%d) = %08x\n", ullinfo("DIEPINT(%d) = %08x\n",
epno, stm32_getreg(STM32_OTGHS_DIEPINT(epno))); epno, stm32_getreg(STM32_OTGHS_DIEPINT(epno)));
stm32_putreg(0xFF, STM32_OTGHS_DIEPINT(epno)); stm32_putreg(0xFF, STM32_OTGHS_DIEPINT(epno));
} }