Skip to content

Commit

Permalink
fixup! tests: add VL6180X Ranging and ALS sensor driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Mar 24, 2020
1 parent a92ac41 commit 0bf827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/driver_vl6180x/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main(void)
uint16_t als;
uint16_t lux;

#if MODULE_VL6180X_BASIC
#ifdef MODULE_VL6180X_BASIC

while (1) {
/* just wait 100 ms if module vl6180x_basic is used */
Expand Down

0 comments on commit 0bf827a

Please sign in to comment.