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

drivers/cc2420: Fix missing .h file in params

This commit is contained in:
MrKevinWeiss 2022-03-22 10:09:11 +01:00
parent 659618aeeb
commit 34d7c0def6
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -20,6 +20,7 @@
#define CC2420_PARAMS_H
#include "board.h"
#include "cc2420.h"
#ifdef __cplusplus
extern "C" {