diff options
author | Diego Ismirlian <dismirlian@gmail.com> | 2019-09-29 19:31:43 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian@gmail.com> | 2019-09-29 19:31:43 -0300 |
commit | ebe30922cce9cb81e9a3d876056f295e0ca56a5f (patch) | |
tree | 1db2a2f723a23672bc6ce475caee763266a3936c /testhal/STM32/STM32F4xx/USB_HOST | |
parent | eb10a7d52faa133a699d859322246f654ccd9042 (diff) | |
download | ChibiOS-Contrib-ebe30922cce9cb81e9a3d876056f295e0ca56a5f.tar.gz ChibiOS-Contrib-ebe30922cce9cb81e9a3d876056f295e0ca56a5f.tar.bz2 ChibiOS-Contrib-ebe30922cce9cb81e9a3d876056f295e0ca56a5f.zip |
Update to RT version 6.1
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_HOST/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/chconf.h b/testhal/STM32/STM32F4xx/USB_HOST/chconf.h index 17496b1..40612ff 100644 --- a/testhal/STM32/STM32F4xx/USB_HOST/chconf.h +++ b/testhal/STM32/STM32F4xx/USB_HOST/chconf.h @@ -29,7 +29,7 @@ #define CHCONF_H
#define _CHIBIOS_RT_CONF_
-#define _CHIBIOS_RT_CONF_VER_6_0_
+#define _CHIBIOS_RT_CONF_VER_6_1_
/*===========================================================================*/
/**
|