TFTP
Change comment of virtImage init
This commit is contained in:
@@ -256,7 +256,7 @@ void tftp_server_init(void) {
|
|||||||
LOG_INFO(TAG, "Initializing tftp server");
|
LOG_INFO(TAG, "Initializing tftp server");
|
||||||
// init the index.txt virt_file
|
// init the index.txt virt_file
|
||||||
init_index();
|
init_index();
|
||||||
// init the virtImage.raw virt_file
|
// init the virtImage.raw virt_file with 80kb of ram
|
||||||
virt_file[2].data = malloc(81920 * sizeof(char));
|
virt_file[2].data = malloc(81920 * sizeof(char));
|
||||||
virt_file[2].len = 81920;
|
virt_file[2].len = 81920;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user