X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fdetect.h;h=401a1930a980b18d60f05d43655cb008974cf302;hb=bc30005bd88b5a7673c45d1dd09c9240fbb00db6;hp=045824c1c3aebd94ae4fb4d1e0b3a3d6ccc13b5d;hpb=8977f775a3e4d275867f846dc94f9fb644b84491;p=bertos.git 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