Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: tests/blocking/file/FileReadTest.cpp
- Revision:
- 3:dddd476d5967
- Parent:
- 1:5137ec8f4c45
- Child:
- 12:3dd3a1be40c1
diff -r 2f222449973a -r dddd476d5967 tests/blocking/file/FileReadTest.cpp --- a/tests/blocking/file/FileReadTest.cpp Mon Aug 11 04:53:00 2014 -0700 +++ b/tests/blocking/file/FileReadTest.cpp Mon Aug 11 13:55:39 2014 -0700 @@ -22,7 +22,7 @@ WiconnectResult fileReadCommand(int argc, char **argv) { WiconnectResult result; - File file(512); + File file(TEST_BUFFER_LENGTH, TEST_BUFFER); Wiconnect *wiconnect = Wiconnect::getInstance(); if(argc != 1)