summaryrefslogtreecommitdiff
path: root/usb-device-ccid-project/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usb-device-ccid-project/Makefile')
-rw-r--r--usb-device-ccid-project/Makefile4
1 files 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)
personal git repositories of Harald Welte. Your mileage may vary