8 years ago.

LocalFileSystem on Multitech mDot

Hello

I'm trying to use the mbed "LocalFileSystem" on my multitech mDot module. But i can't compile my code any more after inserting the LocalFileSystem example code into my project.

At the line: LocalFileSystem local("local"); Create the local filesystem under the name "local" it says: Error: Identifier "LocalFileSystem" is undefined in "main.cpp", Line: 16, Col: 2

mbed.h is of course included.

Has any one any idea?

Regards

1 Answer

8 years ago.

Hi,

The LocalFileSystem is only available for mbed LPC1768 and mbed LPC11U24 platforms.

Accepted Answer