Enable radio stats in sensor cgi as default
[contiki-2.x.git] / cpu / avr / dev / flash.h
blob9e084d250c7a22e5ab2f4c45001ccbd9d8be9e0e
1 #ifndef __FLASH_H__
2 #define __FLASH_H__
4 #include <inttypes.h>
6 void flash_write_page(uint32_t page, uint8_t *buf);
8 #endif /* __FLASH_H__ */