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.
Fork of mbed-os-example-mbed5-filesystem by
Diff: main.cpp
- Revision:
- 1:2bfc377bcc2a
- Parent:
- 0:8e251d9511b8
- Child:
- 10:38d6b74b0eb7
diff -r 8e251d9511b8 -r 2bfc377bcc2a main.cpp --- a/main.cpp Wed Dec 13 16:20:24 2017 +0000 +++ b/main.cpp Fri Dec 15 11:15:18 2017 +0000 @@ -19,6 +19,7 @@ // Block devices #include "SPIFBlockDevice.h" +#include "DataFlashBlockDevice.h" #include "SDBlockDevice.h" #include "HeapBlockDevice.h"
