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

sys/puf_sram: cleanup header

This commit is contained in:
Karl Fessel 2022-11-29 13:39:50 +01:00
parent 388f9a2015
commit 4753ae382c
2 changed files with 5 additions and 2 deletions

View File

@ -58,8 +58,9 @@
extern "C" {
#endif
#include "hashes.h"
#include "thread.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
/**
* @brief SRAM length considered for seeding

View File

@ -16,6 +16,8 @@
*
* @}
*/
#include "cpu_conf.h"
#include "hashes.h"
#include "puf_sram.h"
/* Allocation of the PUF seed variable */