diff options
Diffstat (limited to 'include/status_led.h')
| -rw-r--r-- | include/status_led.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/status_led.h b/include/status_led.h index dc4b898c0..76a0dfdf3 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -336,6 +336,9 @@ void status_led_set  (int led, int state);  /*****  NetPhone   ********************************************************/  #elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2)  /* XXX empty just to avoid the error */ +/*****  sbc8240   ********************************************************/ +#elif defined(CONFIG_WRSBC8240) +/* XXX empty just to avoid the error */  /************************************************************************/  #else  # error Status LED configuration missing |