diff options
| author | Frédéric Desbiens <[email protected]> | 2026-03-07 00:14:18 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-03-07 00:14:18 +0100 |
| commit | ff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a (patch) | |
| tree | eea5e3221587620a673dc76722ea5345081d605f /test/regression/web_test/netx_web_post_long_message_test.c | |
| parent | dd1a89cf27d54b4151931441f522c91beefa4688 (diff) | |
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'test/regression/web_test/netx_web_post_long_message_test.c')
| -rw-r--r-- | test/regression/web_test/netx_web_post_long_message_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/web_test/netx_web_post_long_message_test.c b/test/regression/web_test/netx_web_post_long_message_test.c index 05d27f12..bd4b92ee 100644 --- a/test/regression/web_test/netx_web_post_long_message_test.c +++ b/test/regression/web_test/netx_web_post_long_message_test.c @@ -267,7 +267,7 @@ UINT server_port = NX_WEB_HTTP_SERVER_PORT; 512, // Sector size 8, // Sectors per cluster 1, // Heads - 1); // Sectors per track + 1); // Sectors per track /* Open the RAM disk. */ status = fx_media_open(&ram_disk, "RAM DISK", _fx_ram_driver, ram_disk_memory, media_memory, sizeof(media_memory)) ; |
