From 9811576dddf0a9a7300e35174d291c9ece70bd12 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 28 Apr 2014 07:07:47 -0600 Subject: STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26 --- nuttx/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index a3d3c8dd7..2ab92b961 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -7251,7 +7251,7 @@ * arch/z16/src/z16f_timerisr.c: Fix calculation of timer reload and prescaler. The timer frequency was way too fast (2014-4-25). - * arch/arm/src/stm32/stm32_otgfsdev.c: Sourceforge Ticket #26. - up_prioritize_irq should not be called if CONFIG_ARCH_IRQPRIO - is not defined (2014-4-25). + * arch/arm/src/stm32/stm32_otgfsdev.c and others: Sourceforge + Ticket #26. up_prioritize_irq should not be called if + CONFIG_ARCH_IRQPRIO is not defined (2014-4-25). -- cgit v1.2.3