diff options
Diffstat (limited to 'os/hal/templates/hal_lld.h')
-rw-r--r-- | os/hal/templates/hal_lld.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h index c9734d5b5..c5393b522 100644 --- a/os/hal/templates/hal_lld.h +++ b/os/hal/templates/hal_lld.h @@ -32,6 +32,11 @@ /* Driver constants. */
/*===========================================================================*/
+/**
+ * @brief Platform name. + */
+#define PLATFORM_NAME ""
+
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/
|