X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fmsp430%2Finfo%2FMSP430F2274.cdef;h=f357c3cd8e289eaa50acb46425a5ede1f583694c;hb=94f23fc17d4a4a56e66d76e76f23ca35c176f3a6;hp=9cdcc2533d218918ba7828346bf2739fef552aab;hpb=bfe473a7e8951b16edbd6559b828a37e6ce378aa;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")