mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #18995 from kfessel/p-cleanup-pufsram
sys/puf_sram: cleanup header
This commit is contained in:
commit
eea954cc22
@ -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
|
||||
|
@ -16,6 +16,8 @@
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
#include "cpu_conf.h"
|
||||
#include "hashes.h"
|
||||
#include "puf_sram.h"
|
||||
|
||||
/* Allocation of the PUF seed variable */
|
||||
|
Loading…
Reference in New Issue
Block a user