diff options
Diffstat (limited to 'usb-device-ccid-project')
-rw-r--r-- | usb-device-ccid-project/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-device-ccid-project/Makefile b/usb-device-ccid-project/Makefile index a9a92c1..5726b59 100644 --- a/usb-device-ccid-project/Makefile +++ b/usb-device-ccid-project/Makefile @@ -35,7 +35,7 @@ # Chip & board used for compilation
# (can be overriden by adding CHIP=chip and BOARD=board to the command-line)
CHIP = at91sam7s256
-BOARD = at91sam7s-ek
+BOARD = simtrace
# Trace level used for compilation
# (can be overriden by adding TRACE_LEVEL=#number to the command-line)
|