Revision cf1f756b include/alld_led.h

View differences:

include/alld_led.h
32 32
 * @brief LED driver data structure.
33 33
 */
34 34
typedef struct {
35
  apalControlGpio_t      gpio;           /**< @brief The identifier of the GPIO.  */
35
  apalControlGpio_t* gpio;  /**< @brief The identifier of the GPIO.  */
36 36
} LEDDriver;
37 37

  
38 38
/**

Also available in: Unified diff