aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/common/ports/e200/chcore.h2
-rw-r--r--os/hal/templates/hal_pal_lld.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/os/common/ports/e200/chcore.h b/os/common/ports/e200/chcore.h
index f3f50364d..328f39eb1 100644
--- a/os/common/ports/e200/chcore.h
+++ b/os/common/ports/e200/chcore.h
@@ -95,7 +95,7 @@
#define PORT_COMPILER_NAME "CW"
#elif defined(__ghs__)
-#define PORT_COMPILER_NAME "GHS " __VERSION__
+#define PORT_COMPILER_NAME "GHS"
#else
#error "unsupported compiler"
diff --git a/os/hal/templates/hal_pal_lld.h b/os/hal/templates/hal_pal_lld.h
index 71d916dcd..c947c9d12 100644
--- a/os/hal/templates/hal_pal_lld.h
+++ b/os/hal/templates/hal_pal_lld.h
@@ -404,7 +404,6 @@ typedef uint32_t iopadid_t;
(void)mode; \
} while (false)
-
/**
* @brief Returns a PAL event structure associated to a pad.
*