Skip to content

Commit 7a8affa

Browse files
authored
Update Helper.cpp
Change "open config file" to "open file"
1 parent 4fe9ab9 commit 7a8affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/components/jomjol_helper/Helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void memCopyGen(uint8_t* _source, uint8_t* _target, int _size)
8080

8181
FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec)
8282
{
83-
printf("open config file %s in mode %s\n", nm, _mode);
83+
printf("open file %s in mode %s\n", nm, _mode);
8484
FILE *pfile = fopen(nm, _mode);
8585

8686
/*

0 commit comments

Comments
 (0)