Loading...
Searching...
No Matches
mem.h
1
6
7#ifndef _MEM_H
8#define _MEM_H
9
10#include "FreeRTOS.h"
11
12#include "devices.h"
13#include "shell.h"
14#include "flash.h"
15#include "uart.h"
16
17#define CMD_FLASH_ERASE "erase"
18#define CMD_FLASH_READ_PAGE "read page"
19#define CMD_FLASH_READ_ALL "read all"
20
21#endif