Skip to content

Commit 8037323

Browse files
committed
Update SparkFun_BNO080_Arduino_Library.cpp
1 parent d978711 commit 8037323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_BNO080_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ boolean BNO080::receivePacket(void)
12461246
digitalWrite(_cs, HIGH); //Release BNO080
12471247

12481248
_spiPort->endTransaction();
1249-
//printPacket();
1249+
printPacket();
12501250
}
12511251
else //Do I2C
12521252
{

0 commit comments

Comments
 (0)