Skip to content

Commit 0f69b91

Browse files
authored
Merge pull request #8 from jurstu/main
Update qwiic_tmf882x.cpp
2 parents 3588dd5 + 5ca7e33 commit 0f69b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qwiic_tmf882x.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This is a library written for SparkFun Qwiic TMF882X boards
44
//
5-
// SparkFun sells these bpards at its website: www.sparkfun.com
5+
// SparkFun sells these boards at its website: www.sparkfun.com
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
@@ -127,7 +127,7 @@ bool QwDevTMF882X::loadFirmware(const unsigned char *firmwareBinImage, unsigned
127127
return false;
128128
}
129129

130-
// Load the fireware.
130+
// Load the firmware.
131131
if (tmf882x_fwdl(&_TOF, FWDL_TYPE_BIN, firmwareBinImage, length))
132132
{
133133
tof_err((void *)this, "ERROR - Upload of firmware image failed");

0 commit comments

Comments
 (0)