aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AVR/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/AVR/hal_lld.h')
-rw-r--r--os/hal/platforms/AVR/hal_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/AVR/hal_lld.h b/os/hal/platforms/AVR/hal_lld.h
index 65b5da55f..03bf5722e 100644
--- a/os/hal/platforms/AVR/hal_lld.h
+++ b/os/hal/platforms/AVR/hal_lld.h
@@ -31,6 +31,11 @@
/* Driver constants. */
/*===========================================================================*/
+/**
+ * @brief Platform name.
+ */
+#define PLATFORM_NAME "ATmega128"
+
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/