Separate version numbers for HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7765 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
db0b7ae062
commit
ef809b45c0
|
@ -87,6 +87,19 @@
|
||||||
/* Driver constants. */
|
/* Driver constants. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name HAL identification
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define _HAL_
|
||||||
|
|
||||||
|
#define HAL_VERSION "3.0.0dev"
|
||||||
|
|
||||||
|
#define CH_HAL_MAJOR 3
|
||||||
|
#define CH_HAL_MINOR 0
|
||||||
|
#define CH_HAL_PATCH 0
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Return codes
|
* @name Return codes
|
||||||
* @{
|
* @{
|
||||||
|
|
Loading…
Reference in New Issue