Skip to content

Commit

Permalink
removed blank line to make clang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
amitrao17 committed Feb 11, 2022
1 parent acd8f22 commit 9dfab6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Adafruit_VL6180X.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ void Adafruit_VL6180X::getID(uint8_t *id_ptr) {
id_ptr[4] = read8(VL6180X_REG_IDENTIFICATION_MODEL_ID + 4);
id_ptr[6] = read8(VL6180X_REG_IDENTIFICATION_MODEL_ID + 6);
id_ptr[7] = read8(VL6180X_REG_IDENTIFICATION_MODEL_ID + 7);

}

/**************************************************************************/
Expand Down

0 comments on commit 9dfab6f

Please sign in to comment.