We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4bb5f commit 9de2640Copy full SHA for 9de2640
firmware/programmer/flash.h
@@ -3,6 +3,11 @@
3
* it under the terms of the GNU General Public License version 3.
4
*/
5
6
+#ifndef _FLASH_H_
7
+#define _FLASH_H_
8
+
9
int flash_page_erase(uint32_t page_addr);
10
int flash_write(uint32_t addr, uint8_t *data, uint32_t data_len);
11
int flash_read(uint32_t addr, uint8_t *data, uint32_t data_len);
12
13
+#endif
0 commit comments