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

board/arduino-due: adjusted CPU for renamed sam3

This commit is contained in:
Hauke Petersen 2015-06-12 13:12:13 +02:00
parent 88c32664a8
commit c387224c7e

View File

@ -1,5 +1,6 @@
# define the cpu used by the arduino due board
export CPU = sam3x8e
export CPU = sam3
export CPU_MODEL = sam3x8e
# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyACM0