Fix warnings in nightly tests
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 24 May 2011 08:07:13 +0000 (08:07 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 24 May 2011 08:07:13 +0000 (08:07 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4918 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/detect.h

index 045824c1c3aebd94ae4fb4d1e0b3a3d6ccc13b5d..401a1930a980b18d60f05d43655cb008974cf302 100644 (file)
                #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