diff options
Diffstat (limited to 'demos/LPC21xx')
| -rw-r--r-- | demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h b/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h index c6ed2e7ea..01e01e008 100644 --- a/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h +++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/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.*/                                \
  }
  | 
