aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-20 11:39:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-20 11:39:33 +0000
commit0fc33d47532b1b7727d576b3814498c8907b3c31 (patch)
tree0f4c6e10bc5dae96c0f0212f23ed0674fcfe29ce /os/hal/platforms/AVR
parentee9a1b480bf34513eaf3494f27f13f2f80ca578c (diff)
downloadChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.gz
ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.bz2
ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1644 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AVR')
-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. */
/*===========================================================================*/