Skip to content

Commit a9be4e8

Browse files
committed
Formatting
1 parent 793102d commit a9be4e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/dev/mpr121.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ class Mpr121
128128

129129
uint8_t c = ReadRegister8(MPR121_CONFIG2);
130130

131-
if (c != 0x24) return ERR;
131+
if (c != 0x24)
132+
return ERR;
132133

133134
SetThresholds(config_.touch_threshold, config_.release_threshold);
134135
WriteRegister(MPR121_MHDR, 0x01);

0 commit comments

Comments
 (0)