aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Linux/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/Linux/hal_lld.h')
-rw-r--r--os/hal/platforms/Linux/hal_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/Linux/hal_lld.h b/os/hal/platforms/Linux/hal_lld.h
index 42f8f5268..d4bac85a7 100644
--- a/os/hal/platforms/Linux/hal_lld.h
+++ b/os/hal/platforms/Linux/hal_lld.h
@@ -35,6 +35,11 @@
/* Driver constants. */
/*===========================================================================*/
+/**
+ * @brief Platform name.
+ */
+#define PLATFORM_NAME "Linux"
+
#define SOCKET int
#define INVALID_SOCKET -1