From 8375f4c4e7c460a30e20f7d5b1bb1d39667100f8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 29 Aug 2017 08:46:09 +0000 Subject: Added an argument to PAL event callbacks. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10504 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/include/hal.h') diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index d1a5f111e..f57bfa5b0 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -181,12 +181,12 @@ /** * @brief HAL version string. */ -#define HAL_VERSION "5.0.0" +#define HAL_VERSION "6.0.0" /** * @brief HAL version major number. */ -#define CH_HAL_MAJOR 5 +#define CH_HAL_MAJOR 6 /** * @brief HAL version minor number. -- cgit v1.2.3