Loading...
Searching...
No Matches
mem.h
1
6
7#ifndef _MEM_H
8#define _MEM_H
9
10#define CMD_FLASH_ERASE "erase"
11#define CMD_FLASH_READ_PAGE "read page"
12#define CMD_FLASH_READ_ALL "read all"
13
14#endif