Skip to content

Commit 704461d

Browse files
authored
Merge pull request #17 from fpistm/warning_reorder
fix: reorder warnings
2 parents 4b7575d + 987521c commit 704461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vl53l8cx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ class VL53L8CX {
272272
SPIClass *dev_spi;
273273

274274
/* Configuration */
275+
int cs_pin;
275276
int lpn_pin;
276277
int i2c_rst_pin;
277-
int cs_pin;
278278
uint32_t spi_speed;
279279

280280
VL53L8CX_Configuration _dev;

0 commit comments

Comments
 (0)