Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F0/common_objects.h
- Revision:
- 156:95d6b41a828b
- Parent:
- 154:37f96f9d4de2
diff -r 88546b34ff1c -r 95d6b41a828b targets/TARGET_STM/TARGET_STM32F0/common_objects.h --- a/targets/TARGET_STM/TARGET_STM32F0/common_objects.h Thu Jan 05 10:51:54 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F0/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;