From 9255670a9d9fab07e941008aa9e9edbf5b460c0b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 Apr 2013 18:00:59 -0600 Subject: Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register. We have to revert to using the nasty PRIMASK register --- nuttx/arch/arm/src/kl/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/kl/chip.h') diff --git a/nuttx/arch/arm/src/kl/chip.h b/nuttx/arch/arm/src/kl/chip.h index 2f24e1501..0f4df66c9 100644 --- a/nuttx/arch/arm/src/kl/chip.h +++ b/nuttx/arch/arm/src/kl/chip.h @@ -46,7 +46,7 @@ #include -/* Define the number of interrupt vectors that needed to be support for this chip */ +/* Define the number of interrupt vectors that need to be supported for this chip */ #define ARMV6M_PERIPHERAL_INTERRUPTS 32 -- cgit v1.2.3