kopia lustrzana https://github.com/espressif/esp-idf
mdns: Minor correction of the test code
rodzic
14099fe15e
commit
7d76245173
|
@ -204,9 +204,7 @@ int main(int argc, char** argv)
|
||||||
//
|
//
|
||||||
// Note: parameter1 is a file (mangled packet) which caused the crash
|
// Note: parameter1 is a file (mangled packet) which caused the crash
|
||||||
file = fopen(argv[1], "r");
|
file = fopen(argv[1], "r");
|
||||||
if (file) {
|
assert(file >= 0 );
|
||||||
len = fread(buf, 1, 1460, file);
|
|
||||||
}
|
|
||||||
fclose(file);
|
fclose(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue