Skip to content

Commit 881e47a

Browse files
committed
GPS - clang
1 parent 58623ba commit 881e47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gps/hardware.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ bool GPSHardware::DetectMediatek() {
177177
_hw_serial->flush();
178178
while (_hw_serial->available() > 0) {
179179
_hw_serial->read();
180-
}
180+
}
181181
_hw_serial->println(CMD_MTK_QUERY_FW);
182182
// Query MediaTek firmware version
183183
// Wait for response

0 commit comments

Comments
 (0)