From: batt Date: Wed, 9 Apr 2008 15:05:22 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 1.0.0~26 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b81452356d9c25c75b420ba611979d60b4e3ecfa;p=bertos.git Fix typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1226 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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