1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #13550 from jue89/feature/pkg-cryptoauth-params-from-board

pkg/cryptoauthlib: enable boards to set auto init parameters
This commit is contained in:
benpicco 2020-03-04 16:45:05 +01:00 committed by GitHub
commit 0c2c5f250e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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