1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

board/udoo: addjusted CPU for renamed sam3

This commit is contained in:
Hauke Petersen 2015-06-12 13:12:33 +02:00
parent c387224c7e
commit 2195ce7860

View File

@ -1,5 +1,6 @@
# define the cpu used by the udoo board
export CPU = sam3x8e
export CPU = sam3
export CPU_MODEL = sam3x8e
#define the flash-tool and default port depending on the host operating system
OS := $(shell uname)