We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03584b commit f8ea228Copy full SHA for f8ea228
drivers/include/netdev/802154.h
@@ -24,6 +24,10 @@
24
25
#include "netdev/base.h"
26
27
+#ifdef __cplusplus
28
+extern "C" {
29
+#endif
30
+
31
/**
32
* @brief Callback function type for receiving incoming packets
33
* from 802.15.4 radio transceiver.
@@ -405,6 +409,10 @@ netdev_802154_tx_status_t netdev_802154_send(netdev_t *dev,
405
409
unsigned int len);
406
410
#endif /* NETDEV_802154_SEND_OVERLOAD */
407
411
412
413
+}
414
415
408
416
#endif /* __NETDEV_802154_H_ */
417
418
0 commit comments