Skip to content

Commit

Permalink
Solve clang-format issues II
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Jan 31, 2025
1 parent ac41d42 commit d84d26e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/board/tps65185.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ void tps_set_vcom(i2c_port_t i2c_num, unsigned vcom_mV);
void tps_vcom_kickback();

/**
* @brief start measurements
*
* @brief start VCOM kick-back voltage measurements
*/
void tps_vcom_kickback_start();

/**
* ACQC (Acquisition Complete) bit in the INT1 register is set
* VCOM kick-back ACQC (Acquisition Complete) bit in the INT1 register is set
* @return unsigned: 0 is not read
*/
unsigned tps_vcom_kickback_rdy();
Expand Down

0 comments on commit d84d26e

Please sign in to comment.