[riot-notifications] [RIOT-OS/RIOT] sys/atomic_utils: Functions for atomic access (#14331)
Marian Buschsieweke
notifications at github.com
Tue Nov 10 10:53:47 CET 2020
@maribu commented on this pull request.
> + * @brief Unittests for the atomic utils module
+ *
+ * @author Marian Buschsieweke <marian.buschsieweke at ovgu.de>
+ *
+ * @}
+ */
+
+#include <string.h>
+
+#include "embUnit.h"
+#include "tests-atomic_utils.h"
+
+#include "atomic_utils.h"
+#include "random.h"
+
+#define ENABLE_DEBUG (0)
Good catch! :-)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14331#discussion_r520430219
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/c4bef144/attachment-0001.htm>
More information about the notifications
mailing list