From: lottaviano Date: Tue, 24 May 2011 08:07:13 +0000 (+0000) Subject: Fix warnings in nightly tests X-Git-Tag: 2.7.0~48 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=86058e03a432412b5571580bdbb7738f67ff74df;p=bertos.git Fix warnings in nightly tests git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4918 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/detect.h b/bertos/cpu/detect.h index 045824c1..401a1930 100644 --- a/bertos/cpu/detect.h +++ b/bertos/cpu/detect.h @@ -509,6 +509,7 @@ #error CPU cannot be MEGA and XMEGA #elif defined(CPU_AVR_MEGA) #define CPU_AVR_XMEGA 0 + #define CPU_AVR_XMEGA_D 0 #elif defined(CPU_AVR_XMEGA) #define CPU_AVR_MEGA 0 #endif