Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
Compiler Error 13
Error: Expected a file name.
Normally caused by a missing quotation marks on a #include line e.g.
- include mbed.h
instead of
- include "mbed.h"