Revision 11500ad8 include/alld_led.h

View differences:

include/alld_led.h
40 40
 * @brief LED driver data structure.
41 41
 */
42 42
typedef struct {
43
  apalControlGpio_t* gpio;  /**< @brief The identifier of the GPIO.  */
43
  const apalControlGpio_t* gpio;  /**< @brief The identifier of the GPIO.  */
44 44
} LEDDriver;
45 45

  
46 46
/**

Also available in: Unified diff