Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 8 months ago.
fail compile
as Title How to fix it ERROR MESSAGE Identifier"LocalFileSystem"is undefined "LocalFileSystem local("local");Create the local filesystem under the name "local""
Question relating to:
2 Answers
8 years, 8 months ago.
The LocalFileSystem is only available on the two original mbed platforms (LPC1768 and LPC11U24). All other platforms should use something like the SD filesystem.