This commit is contained in:
jomjol
2021-11-14 08:47:55 +01:00
parent 4fe9ab92e0
commit a3d6923fec
12 changed files with 12 additions and 802 deletions

View File

@@ -80,7 +80,7 @@ void memCopyGen(uint8_t* _source, uint8_t* _target, int _size)
FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec)
{
printf("open config file %s in mode %s\n", nm, _mode);
printf("open file %s in mode %s\n", nm, _mode);
FILE *pfile = fopen(nm, _mode);
/*