X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fmsp430%2Finfo%2FMSP430F2274.cdef;h=f357c3cd8e289eaa50acb46425a5ede1f583694c;hb=635385b7e731d1b536a63db4d881f32603c22cfd;hp=9cdcc2533d218918ba7828346bf2739fef552aab;hpb=a3f9ca9d86b7f8da31204746cc32e13c2dbe5ed0;p=bertos.git diff --git a/bertos/cpu/msp430/info/MSP430F2274.cdef b/bertos/cpu/msp430/info/MSP430F2274.cdef index 9cdcc253..f357c3cd 100644 --- a/bertos/cpu/msp430/info/MSP430F2274.cdef +++ b/bertos/cpu/msp430/info/MSP430F2274.cdef @@ -51,4 +51,7 @@ CPU_DESC += [ "32 Kbytes Flash", # If we use the GCC compiler we should pass some flags. CORE_CPU = "msp430x2274" +# GCC flags for this cpu. +MK_CPU_CPPFLAGS += " -D__MSP430F2274__" + include("msp430_post.common")