1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* changed MCU name to adapt to current msp430-gcc version

This commit is contained in:
Oliver Hahm 2013-04-01 00:00:42 +02:00
parent f4869abc21
commit 519144f40a

View File

@ -1,6 +1,6 @@
## the cpu to build for
export CPU = msp430x16x
export MCU = msp430x1612
export MCU = msp430f1612
# toolchain config
export PREFIX = @msp430-