From 1566238b27e3a725eb59421c3f5f38b20dfcabc6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 19 Nov 2021 14:32:00 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15112 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/include/hal.h | 2 +- os/oslib/oslib.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index f8cfbd73a..f6102f439 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -50,7 +50,7 @@ /** * @brief HAL version string. */ -#define HAL_VERSION "8.1.0" +#define CH_HAL_VERSION "8.1.0" /** * @brief HAL version major number. diff --git a/os/oslib/oslib.mk b/os/oslib/oslib.mk index 02b31a432..5dfb11e9e 100644 --- a/os/oslib/oslib.mk +++ b/os/oslib/oslib.mk @@ -1,5 +1,4 @@ -# List of all the ChibiOS/LIB files, there is no need to remove the files -# from this list, you can disable parts of the kernel by editing chlibconf.h. +# List of all the ChibiOS/LIB files. ifeq ($(USE_SMART_BUILD),yes) # Configuration files directory