[riot-notifications] [RIOT-OS/RIOT] boards cpu: move OpenWSN defintions to openwsn_defs.h (#15292)
Francisco
notifications at github.com
Mon Nov 2 13:58:56 CET 2020
@fjmolinas commented on this pull request.
> + */
+
+#ifndef OPENWSN_DEFS_H
+#define OPENWSN_DEFS_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * @name OpenWSN timing constants
+ *
+ * @{
+ */
+/* Taken from openwsn-fw */
+#define PORT_maxTxDataPrepare (460/PORT_US_PER_TICK)
Should be the same for all `cc2538` running at the same CLOCK speed.
--
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/15292#discussion_r515953597
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201102/5bf4caed/attachment.htm>
More information about the notifications
mailing list