The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
134:ad3be0349dc5
Parent:
133:99b5ccf27215
Child:
145:64910690c574
--- a/TARGET_DISCO_L476VG/TARGET_STM/TARGET_STM32L4/common_objects.h	Wed Jan 04 14:13:01 2017 +0000
+++ b/TARGET_DISCO_L476VG/TARGET_STM/TARGET_STM32L4/common_objects.h	Mon Jan 16 12:05:23 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;