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

drivers/flashpage: add missing include

This commit is contained in:
Benjamin Valentin 2021-08-08 13:34:57 +02:00
parent f8bb757bae
commit 75e2a65681

View File

@ -48,6 +48,7 @@
#ifndef PERIPH_FLASHPAGE_H
#define PERIPH_FLASHPAGE_H
#include <stddef.h>
#include <stdint.h>
#include "cpu_conf.h"