From 667e412873549a066190aca940b748fa4ee3d9b2 Mon Sep 17 00:00:00 2001 From: batt Date: Tue, 22 Dec 2009 14:51:43 +0000 Subject: [PATCH] Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3125 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/hw/crtat91sam7_rom.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cpu/arm/hw/crtat91sam7_rom.S b/bertos/cpu/arm/hw/crtat91sam7_rom.S index 0597f4a8..a73b70d5 100644 --- a/bertos/cpu/arm/hw/crtat91sam7_rom.S +++ b/bertos/cpu/arm/hw/crtat91sam7_rom.S @@ -124,7 +124,7 @@ #elif CPU_ARM_SAM7X #define PMC_PIO_CLK_EN ((1 << 2) | (1 << 3)) #else - #error CPU non supported + #error CPU not supported #endif #define CKGR_MOR_OFF 0x00000020 -- 2.25.1