aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
Diffstat (limited to 'boards')
-rw-r--r--boards/ATMEL_SAM4L_EK/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/ATMEL_SAM4L_EK/board.h b/boards/ATMEL_SAM4L_EK/board.h
index b350f0f8c..659fc9ebd 100644
--- a/boards/ATMEL_SAM4L_EK/board.h
+++ b/boards/ATMEL_SAM4L_EK/board.h
@@ -31,6 +31,11 @@
#define BOARD_ATMEL_SAM4L_EK
#define BOARD_NAME "Atmel SAM4L-EK"
+/*
+ * Device identifier.
+ */
+#define __ATSAM4LC4C__
+
#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {