diff options
Diffstat (limited to 'demos/AVR')
| -rw-r--r-- | demos/AVR/RT-ARDUINO-LEONARDO/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-ARDUINO-MEGA/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-ARDUINO-MINI/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-ARDUINO-NANO/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-ARDUINO-UNO/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-MT-DB-X4/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-PRO-MICRO/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/RT-TEENSY2-USB/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/TEST-SUITE-OSLIB/chconf.h | 2 | ||||
| -rw-r--r-- | demos/AVR/TEST-SUITE-RT/chconf.h | 2 | 
11 files changed, 11 insertions, 11 deletions
| diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/chconf.h b/demos/AVR/RT-ARDUINO-LEONARDO/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/RT-ARDUINO-LEONARDO/chconf.h +++ b/demos/AVR/RT-ARDUINO-LEONARDO/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/demos/AVR/RT-ARDUINO-MEGA/chconf.h b/demos/AVR/RT-ARDUINO-MEGA/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/chconf.h +++ b/demos/AVR/RT-ARDUINO-MEGA/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/demos/AVR/RT-ARDUINO-MINI/chconf.h b/demos/AVR/RT-ARDUINO-MINI/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/RT-ARDUINO-MINI/chconf.h +++ b/demos/AVR/RT-ARDUINO-MINI/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/demos/AVR/RT-ARDUINO-NANO/chconf.h b/demos/AVR/RT-ARDUINO-NANO/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/RT-ARDUINO-NANO/chconf.h +++ b/demos/AVR/RT-ARDUINO-NANO/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/demos/AVR/RT-ARDUINO-UNO/chconf.h b/demos/AVR/RT-ARDUINO-UNO/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/RT-ARDUINO-UNO/chconf.h +++ b/demos/AVR/RT-ARDUINO-UNO/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/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h b/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h index 162e979b2..778a77058 100644 --- a/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h +++ b/demos/AVR/RT-DIGISPARK-ATTINY-167/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/demos/AVR/RT-MT-DB-X4/chconf.h b/demos/AVR/RT-MT-DB-X4/chconf.h index 861e4398f..17e621d55 100644 --- a/demos/AVR/RT-MT-DB-X4/chconf.h +++ b/demos/AVR/RT-MT-DB-X4/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/demos/AVR/RT-PRO-MICRO/chconf.h b/demos/AVR/RT-PRO-MICRO/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/RT-PRO-MICRO/chconf.h +++ b/demos/AVR/RT-PRO-MICRO/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/demos/AVR/RT-TEENSY2-USB/chconf.h b/demos/AVR/RT-TEENSY2-USB/chconf.h index 4dc5bf2d2..8023ba3e7 100644 --- a/demos/AVR/RT-TEENSY2-USB/chconf.h +++ b/demos/AVR/RT-TEENSY2-USB/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/demos/AVR/TEST-SUITE-OSLIB/chconf.h b/demos/AVR/TEST-SUITE-OSLIB/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/TEST-SUITE-OSLIB/chconf.h +++ b/demos/AVR/TEST-SUITE-OSLIB/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/demos/AVR/TEST-SUITE-RT/chconf.h b/demos/AVR/TEST-SUITE-RT/chconf.h index ffc6a66b2..8af2e88e8 100644 --- a/demos/AVR/TEST-SUITE-RT/chconf.h +++ b/demos/AVR/TEST-SUITE-RT/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.*/                                \
  }
 | 
