diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx')
| -rw-r--r-- | testhal/STM32/STM32F4xx/ADC/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/CAN/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/DAC/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/DMA_STORM/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/EXT/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/GPT/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/I2C/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/I2S/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/IRQ_STORM/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/IRQ_STORM_FPU/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/PWM-ICU/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/RTC/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/SDC/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/SPI/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/UART/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/USB_CDC/chconf.h | 4 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/USB_CDC_IAD/chconf.h | 4 | 
17 files changed, 34 insertions, 34 deletions
| diff --git a/testhal/STM32/STM32F4xx/ADC/chconf.h b/testhal/STM32/STM32F4xx/ADC/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/ADC/chconf.h +++ b/testhal/STM32/STM32F4xx/ADC/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/CAN/chconf.h b/testhal/STM32/STM32F4xx/CAN/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/CAN/chconf.h +++ b/testhal/STM32/STM32F4xx/CAN/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/DAC/chconf.h b/testhal/STM32/STM32F4xx/DAC/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/DAC/chconf.h +++ b/testhal/STM32/STM32F4xx/DAC/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/DMA_STORM/chconf.h b/testhal/STM32/STM32F4xx/DMA_STORM/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/DMA_STORM/chconf.h +++ b/testhal/STM32/STM32F4xx/DMA_STORM/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/EXT/chconf.h b/testhal/STM32/STM32F4xx/EXT/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/EXT/chconf.h +++ b/testhal/STM32/STM32F4xx/EXT/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/GPT/chconf.h b/testhal/STM32/STM32F4xx/GPT/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/GPT/chconf.h +++ b/testhal/STM32/STM32F4xx/GPT/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/I2C/chconf.h b/testhal/STM32/STM32F4xx/I2C/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/I2C/chconf.h +++ b/testhal/STM32/STM32F4xx/I2C/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/I2S/chconf.h b/testhal/STM32/STM32F4xx/I2S/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/I2S/chconf.h +++ b/testhal/STM32/STM32F4xx/I2S/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM/chconf.h b/testhal/STM32/STM32F4xx/IRQ_STORM/chconf.h index 01849821c..88191915f 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM/chconf.h +++ b/testhal/STM32/STM32F4xx/IRQ_STORM/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/chconf.h b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/chconf.h index 01849821c..88191915f 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/chconf.h +++ b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/PWM-ICU/chconf.h b/testhal/STM32/STM32F4xx/PWM-ICU/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/PWM-ICU/chconf.h +++ b/testhal/STM32/STM32F4xx/PWM-ICU/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/RTC/chconf.h b/testhal/STM32/STM32F4xx/RTC/chconf.h index c795f92bd..45bfa3280 100644 --- a/testhal/STM32/STM32F4xx/RTC/chconf.h +++ b/testhal/STM32/STM32F4xx/RTC/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/SDC/chconf.h b/testhal/STM32/STM32F4xx/SDC/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/SDC/chconf.h +++ b/testhal/STM32/STM32F4xx/SDC/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/SPI/chconf.h b/testhal/STM32/STM32F4xx/SPI/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/SPI/chconf.h +++ b/testhal/STM32/STM32F4xx/SPI/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/UART/chconf.h b/testhal/STM32/STM32F4xx/UART/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/UART/chconf.h +++ b/testhal/STM32/STM32F4xx/UART/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/USB_CDC/chconf.h b/testhal/STM32/STM32F4xx/USB_CDC/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC/chconf.h +++ b/testhal/STM32/STM32F4xx/USB_CDC/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 diff --git a/testhal/STM32/STM32F4xx/USB_CDC_IAD/chconf.h b/testhal/STM32/STM32F4xx/USB_CDC_IAD/chconf.h index ceff267de..f6b81ee50 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC_IAD/chconf.h +++ b/testhal/STM32/STM32F4xx/USB_CDC_IAD/chconf.h @@ -449,7 +449,7 @@   *          should be invoked from here.
   * @note    This macro can be used to activate a power saving mode.
   */
 -#define CH_CFG_IDLE_ENTER_HOOK() {                                         \
 +#define CH_CFG_IDLE_ENTER_HOOK() {                                          \
  }
  /**
 @@ -458,7 +458,7 @@   *          should be invoked from here.
   * @note    This macro can be used to deactivate a power saving mode.
   */
 -#define CH_CFG_IDLE_LEAVE_HOOK() {                                         \
 +#define CH_CFG_IDLE_LEAVE_HOOK() {                                          \
  }
  /**
 | 
