From 8d049005de4f8fd4d344bd384b2c38e4fdc1d0d3 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 20 Aug 2021 10:52:46 +0200 Subject: [PATCH] drivers/nrf802154: add missing __cpluscplus closing bracket --- cpu/nrf52/include/nrf802154.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpu/nrf52/include/nrf802154.h b/cpu/nrf52/include/nrf802154.h index 193a383971..b62d90088c 100644 --- a/cpu/nrf52/include/nrf802154.h +++ b/cpu/nrf52/include/nrf802154.h @@ -99,5 +99,9 @@ int nrf802154_init(void); */ void nrf802154_setup(nrf802154_t *dev); +#ifdef __cplusplus +} +#endif + #endif /* NRF802154_H */ /** @} */