This commit is contained in:
2021-09-03 09:29:40 +02:00
parent a02e8099da
commit 3465f01e3d
2 changed files with 49 additions and 42 deletions

View File

@@ -10,6 +10,8 @@
#define MTDSIZE 10
#define MAX_TIME_FPGA_TOUCH_FLASH_US (10 * 1000 * 1000) // 10s
#define TEMP_PROG_FILE_NAME "/var/tmp/tmp.pof"
int gpioDefined = 0;
char mtdvalue[MTDSIZE] = {0};