diff options
Diffstat (limited to 'testhal/STM32/I2C/max1236.c')
-rw-r--r-- | testhal/STM32/I2C/max1236.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/I2C/max1236.c b/testhal/STM32/I2C/max1236.c index 636f04f74..7ea184b14 100644 --- a/testhal/STM32/I2C/max1236.c +++ b/testhal/STM32/I2C/max1236.c @@ -44,7 +44,6 @@ static const I2CSlaveConfig max1236 = { i2c_max1236_error_cb,
max1236_rx_data,
max1236_tx_data,
- NULL,
};
#define max1236_addr 0b0110100
|