diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-09 09:59:15 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-09 09:59:15 +0000 |
commit | 5f8df8485c77d69e7d72cc0c14c8fe423bf3d543 (patch) | |
tree | 26b480948437c70dc10dedd971381913299d64b4 /os/hal | |
parent | 071db6ae066d17f7d9952d19d6fe49477fb8344d (diff) | |
download | ChibiOS-5f8df8485c77d69e7d72cc0c14c8fe423bf3d543.tar.gz ChibiOS-5f8df8485c77d69e7d72cc0c14c8fe423bf3d543.tar.bz2 ChibiOS-5f8df8485c77d69e7d72cc0c14c8fe423bf3d543.zip |
Fixed bugs 573 and 574.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7876 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/include/hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 25772e304..029f05dfa 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -101,7 +101,7 @@ /**
* @brief HAL version string.
*/
-#define HAL_VERSION "3.0.0p1"
+#define HAL_VERSION "3.0.0p2"
/**
* @brief HAL version major number.
|