fixed drive strength
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F7/common_objects.h
- Revision:
- 156:95d6b41a828b
- Parent:
- 153:fa9ff456f731
- Child:
- 157:ff67d9f36b67
--- a/targets/TARGET_STM/TARGET_STM32F7/common_objects.h Thu Jan 05 10:51:54 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F7/common_objects.h Mon Jan 16 15:03:32 2017 +0000 @@ -98,6 +98,7 @@ IRQn_Type error_i2cIRQ; uint32_t XferOperation; volatile uint8_t event; + volatile int pending_start; #if DEVICE_I2CSLAVE uint8_t slave; volatile uint8_t pending_slave_tx_master_rx;