I2C test
This commit is contained in:
+1
-1
@@ -957,7 +957,7 @@ static uint8_t I2CrxBuf[10]; // Receive buffer
|
||||
bool transferDone = false;
|
||||
|
||||
static void I2CCallbackFunction(I2C_Handle handle, I2C_Transaction *msg, bool transfer) {
|
||||
if(transger){
|
||||
if(transfer){
|
||||
transferDone = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user