]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/include/rpp/rpp.h
Make the RPP layer thread safe
[pes-rpp/rpp-lib.git] / rpp / include / rpp / rpp.h
index 37ae7a9ba48ea15f689b9966d19b3de75403cb9c..824d52a7750d6a81d81f96e25b4cee1067f80754 100644 (file)
@@ -15,6 +15,8 @@
 /* Base includes */
 #include "base.h"
 
+#include "rpp/mutex.h"
+
 /* Include modules */
 #if defined(TARGET_POSIX)
 #include "rpp/adc.h"
@@ -51,8 +53,6 @@
 #error No supported target specified!
 #endif /* TARGET_TMS570_HDK */
 
-
-
 /* Library main functions */
 
 /**