Revision cf1f756b include/alld_tps2051bdbv.h

View differences:

include/alld_tps2051bdbv.h
37 37
 * @brief The TPS2051B driver struct.
38 38
 */
39 39
typedef struct {
40
  apalControlGpio_t enable;      /**< @brief GPIO to enable/disable the tps2051b. */
41
  apalControlGpio_t overcurrent; /**< @brief GPIO to indicate overcurrent */
40
  apalControlGpio_t* enable;        /**< @brief GPIO to enable/disable the tps2051b. */
41
  apalControlGpio_t* overcurrent;   /**< @brief GPIO to indicate overcurrent */
42 42
} TPS2051BDriver;
43 43

  
44 44
/**

Also available in: Unified diff