diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-07-15 06:48:58 +0000 | 
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-07-15 06:48:58 +0000 | 
| commit | 2f43a43dcac2219fa5bdb195c599ccc69c63bffe (patch) | |
| tree | a82ea8cdea12967fd2674676570bb32bbb4726af /testhal/STM32/multi/USB_CDC | |
| parent | b2d83a917de7f50bf26b5c53866e467f156744e3 (diff) | |
| download | ChibiOS-2f43a43dcac2219fa5bdb195c599ccc69c63bffe.tar.gz ChibiOS-2f43a43dcac2219fa5bdb195c599ccc69c63bffe.tar.bz2 ChibiOS-2f43a43dcac2219fa5bdb195c599ccc69c63bffe.zip  | |
Fixed bug #962.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12166 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/USB_CDC')
5 files changed, 5 insertions, 5 deletions
diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/chconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/chconf.h index 4f58bf9e4..8227506c6 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/chconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/chconf.h @@ -578,7 +578,7 @@   * @details User initialization code added to the @p chSysInit() function
   *          just before interrupts are enabled globally.
   */
 -#define CH_CFG_SYSTEM_INIT_HOOK(tp) {                                       \
 +#define CH_CFG_SYSTEM_INIT_HOOK() {                                         \
    /* Add threads initialization code here.*/                                \
  }
 diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/chconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/chconf.h index 4f58bf9e4..8227506c6 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/chconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/chconf.h @@ -578,7 +578,7 @@   * @details User initialization code added to the @p chSysInit() function
   *          just before interrupts are enabled globally.
   */
 -#define CH_CFG_SYSTEM_INIT_HOOK(tp) {                                       \
 +#define CH_CFG_SYSTEM_INIT_HOOK() {                                         \
    /* Add threads initialization code here.*/                                \
  }
 diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/chconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/chconf.h index 4f58bf9e4..8227506c6 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/chconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/chconf.h @@ -578,7 +578,7 @@   * @details User initialization code added to the @p chSysInit() function
   *          just before interrupts are enabled globally.
   */
 -#define CH_CFG_SYSTEM_INIT_HOOK(tp) {                                       \
 +#define CH_CFG_SYSTEM_INIT_HOOK() {                                         \
    /* Add threads initialization code here.*/                                \
  }
 diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/chconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/chconf.h index 4f58bf9e4..8227506c6 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/chconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/chconf.h @@ -578,7 +578,7 @@   * @details User initialization code added to the @p chSysInit() function
   *          just before interrupts are enabled globally.
   */
 -#define CH_CFG_SYSTEM_INIT_HOOK(tp) {                                       \
 +#define CH_CFG_SYSTEM_INIT_HOOK() {                                         \
    /* Add threads initialization code here.*/                                \
  }
 diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/chconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/chconf.h index 8a05f0a9d..0541c7874 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/chconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/chconf.h @@ -578,7 +578,7 @@   * @details User initialization code added to the @p chSysInit() function
   *          just before interrupts are enabled globally.
   */
 -#define CH_CFG_SYSTEM_INIT_HOOK(tp) {                                       \
 +#define CH_CFG_SYSTEM_INIT_HOOK() {                                         \
    /* Add threads initialization code here.*/                                \
  }
  | 
