Forked.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32L4/common_objects.h
- Revision:
- 156:95d6b41a828b
- Parent:
- 154:37f96f9d4de2
- Child:
- 167:e84263d55307
diff -r 88546b34ff1c -r 95d6b41a828b targets/TARGET_STM/TARGET_STM32L4/common_objects.h --- a/targets/TARGET_STM/TARGET_STM32L4/common_objects.h Thu Jan 05 10:51:54 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32L4/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;