cc y / mbed

Fork of mbed by mbed official

Revision:
122:f9eeca106725
Parent:
98:8ab26030e058
--- a/Transaction.h	Wed May 25 16:44:06 2016 +0100
+++ b/Transaction.h	Thu Jul 07 14:34:11 2016 +0100
@@ -34,6 +34,8 @@
 } transaction_t;
 
 /** Transaction class defines a transaction.
+ *
+ * @Note Synchronization level: Not protected
  */
 template<typename Class>
 class Transaction {