Fix warnings in nightly tests
[bertos.git] / 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