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

pkg/cryptoauthlib: enable boards to set auto init parameters

This commit is contained in:
Juergen Fitschen 2020-03-04 11:27:49 +01:00
parent 698f313f6f
commit 0a931c833c

View File

@ -20,6 +20,7 @@
#ifndef ATCA_PARAMS_H
#define ATCA_PARAMS_H
#include "board.h"
#include "cryptoauthlib.h"
#ifdef __cplusplus