From cb24139232205d2764a12e00fa64ac7cc1b53ff0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Jul 2011 10:30:49 +0200 Subject: Makefile: change default to SAM7S256 + SAM7S-EK --- usb-device-ccid-project/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usb-device-ccid-project/Makefile b/usb-device-ccid-project/Makefile index d517d1c..a9a92c1 100644 --- a/usb-device-ccid-project/Makefile +++ b/usb-device-ccid-project/Makefile @@ -34,8 +34,8 @@ # Chip & board used for compilation # (can be overriden by adding CHIP=chip and BOARD=board to the command-line) -CHIP = at91sam7se512 -BOARD = at91sam7se-ek +CHIP = at91sam7s256 +BOARD = at91sam7s-ek # Trace level used for compilation # (can be overriden by adding TRACE_LEVEL=#number to the command-line) -- cgit v1.2.3