Revision cf1f756b include/alld_a3906.h

View differences:

include/alld_a3906.h
32 32
 * @brief A3906 driver struct.
33 33
 */
34 34
typedef struct {
35
  apalControlGpio_t power_pin;  /**< @brief GPIO to enable/disable power of the A3906. */
35
  apalControlGpio_t* power_pin;   /**< @brief GPIO to enable/disable power of the A3906. */
36 36
} A3906Driver;
37 37

  
38 38
/**

Also available in: Unified diff