Skip to content

Commit 9adcd7f

Browse files
committed
Solve unused variable warnings - temorary fix
1 parent 2ca7cae commit 9adcd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/ICM_20948_C.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ ICM_20948_Status_e ICM_20948_i2c_master_slv4_txn( ICM_20948_Device_t* pdev, uint
6060
ctrl.DLY = 0;
6161
ctrl.REG_DIS = !send_reg_addr;
6262

63-
ICM_20948_I2C_MST_STATUS_t i2c_mst_status;
64-
bool txn_failed = false;
63+
// ICM_20948_I2C_MST_STATUS_t i2c_mst_status;
64+
// bool txn_failed = false;
6565
uint16_t nByte = 0;
6666

6767
while( nByte < len ){

0 commit comments

Comments
 (0)