Skip to content

Commit

Permalink
Another trailing blank pettiness
Browse files Browse the repository at this point in the history
  • Loading branch information
ScruffR committed Oct 15, 2023
1 parent 1bfeb04 commit 3e94701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TouchScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class TouchScreen {
* @param adcBits for µC with higher resolution ADCs provide the number of
* bits
*/
TouchScreen(uint8_t xp, uint8_t yp, uint8_t xm, uint8_t ym, uint16_t rx = 0,
TouchScreen(uint8_t xp, uint8_t yp, uint8_t xm, uint8_t ym, uint16_t rx = 0,
uint8_t adcBits = 10);

/**
Expand Down

0 comments on commit 3e94701

Please sign in to comment.