aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-22 09:16:31 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-22 09:16:31 +0000
commit94bc0a8a6e0bd895385430e60403d0ae0e3c8a58 (patch)
tree2b23025b6839fbc9d290a7b80ff4d589cf515e38
parente333cf6082879af22adfc33465f28656ae600311 (diff)
downloadChibiOS-94bc0a8a6e0bd895385430e60403d0ae0e3c8a58.tar.gz
ChibiOS-94bc0a8a6e0bd895385430e60403d0ae0e3c8a58.tar.bz2
ChibiOS-94bc0a8a6e0bd895385430e60403d0ae0e3c8a58.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10670 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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.
*