Ignore:
Timestamp:
08/24/09 14:59:50 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make it possible to disable pwmled driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver_pwmled.h

    r2367 r2502  
    2626#define _DRIVER_PWMLED_H_ 
    2727 
     28#if defined(ROAR_WITHOUT_DCOMP_LIGHT) && !defined(ROAR_WITHOUT_DCOMP_PWMLED) 
     29#define ROAR_WITHOUT_DCOMP_PWMLED 
     30#endif 
     31 
     32#ifndef ROAR_WITHOUT_DCOMP_PWMLED 
     33 
    2834struct driver_pwmled { 
    2935 struct roar_vio_calls  vio; 
     
    4046#endif 
    4147 
     48#endif 
     49 
    4250//ll 
Note: See TracChangeset for help on using the changeset viewer.