1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/mrf24j40: Fix missing .h file in params

This commit is contained in:
MrKevinWeiss 2022-03-22 11:37:06 +01:00
parent d6ba7c1428
commit e3ec242ecf
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -22,6 +22,7 @@
#define MRF24J40_PARAMS_H
#include "board.h"
#include "mrf24j40.h"
#ifdef __cplusplus
extern "C" {