Revision 11500ad8 include/alld_bq24103a.h

View differences:

include/alld_bq24103a.h
45 45
 * @brief The BQ24103A driver struct.
46 46
 */
47 47
typedef struct {
48
  apalControlGpio_t* gpio_enabled;        /**< @brief GPIO to enable/disable the bq24103a */
49
  apalControlGpio_t* gpio_charge_status;  /**< @brief GPIO showing the status of the bq24103a */
48
  const apalControlGpio_t* gpio_enabled;        /**< @brief GPIO to enable/disable the bq24103a */
49
  const apalControlGpio_t* gpio_charge_status;  /**< @brief GPIO showing the status of the bq24103a */
50 50
} BQ24103ADriver;
51 51

  
52 52
/**

Also available in: Unified diff