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