Skip to content

Commit 987521c

Browse files
committed
fix: reorder warnings
Fixes #15 Signed-off-by: Frederic Pillon <[email protected]>
1 parent c4663dc commit 987521c

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)