1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-12 10:30:09 +00:00

9 lines
133 B
C

#ifndef FLASH_H_
#define FLASH_H_
#include <inttypes.h>
void flash_write_page(uint32_t page, uint8_t *buf);
#endif /* FLASH_H_ */