From b81452356d9c25c75b420ba611979d60b4e3ecfa Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 9 Apr 2008 15:05:22 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1226 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/detect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cpu/detect.h b/bertos/cpu/detect.h index af2ecd07..91ad6be2 100644 --- a/bertos/cpu/detect.h +++ b/bertos/cpu/detect.h @@ -95,7 +95,7 @@ /* #elif Add other ARM families here */ #else - #define CPU_ATM_AT91 0 + #define CPU_ARM_AT91 0 #endif -- 2.25.1