1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

drivers/nrf802154: add missing __cpluscplus closing bracket

This commit is contained in:
Jose Alamos 2021-08-20 10:52:46 +02:00
parent c1d28d69a7
commit 8d049005de
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -99,5 +99,9 @@ int nrf802154_init(void);
*/
void nrf802154_setup(nrf802154_t *dev);
#ifdef __cplusplus
}
#endif
#endif /* NRF802154_H */
/** @} */