[riot-notifications] [RIOT-OS/RIOT] pkg/uwb_core: initial support (#15070)
Alexandre Abadie
notifications at github.com
Wed Nov 11 14:59:10 CET 2020
@aabadie commented on this pull request.
> + *
+ * @file
+ * @brief uwb-core DPL (Decawave Porting Layer) cputime abstraction
+ *
+ * @author Francisco Molina <francois-xavier.molina at inria.fr>
+ * @}
+ */
+
+#ifndef DPL_DPL_CPUTIME_H
+#define DPL_DPL_CPUTIME_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "xtimer.h"
```suggestion
#include <stdint.h>
#include "xtimer.h"
```
--
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/15070#pullrequestreview-528194422
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201111/59dfc06a/attachment.htm>
More information about the notifications
mailing list