git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15112 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
f476d11ed9
commit
1566238b27
|
@ -50,7 +50,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief HAL version string.
|
* @brief HAL version string.
|
||||||
*/
|
*/
|
||||||
#define HAL_VERSION "8.1.0"
|
#define CH_HAL_VERSION "8.1.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief HAL version major number.
|
* @brief HAL version major number.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# List of all the ChibiOS/LIB files, there is no need to remove the files
|
# List of all the ChibiOS/LIB files.
|
||||||
# from this list, you can disable parts of the kernel by editing chlibconf.h.
|
|
||||||
ifeq ($(USE_SMART_BUILD),yes)
|
ifeq ($(USE_SMART_BUILD),yes)
|
||||||
|
|
||||||
# Configuration files directory
|
# Configuration files directory
|
||||||
|
|
Loading…
Reference in New Issue