From 86058e03a432412b5571580bdbb7738f67ff74df Mon Sep 17 00:00:00 2001 From: lottaviano Date: Tue, 24 May 2011 08:07:13 +0000 Subject: [PATCH] Fix warnings in nightly tests git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4918 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/detect.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1