Skip to content

Commit fb73523

Browse files
committed
Format IMU.h
1 parent bd669cd commit fb73523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IMU.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class IMU {
2929

3030
void setFIFOEnable(bool enable_flag);
3131
uint8_t ReadFIFO();
32-
void ReadFIFOBuff(uint8_t* data_buf, uint16_t length);
32+
void ReadFIFOBuff(uint8_t *data_buf, uint16_t length);
3333
uint16_t ReadFIFOCount();
3434
void RestFIFO();
3535

0 commit comments

Comments
 (0)