Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
Compiler Error 101
probably a class name missing during initialization
example
//correct Serial pc(USBTX,USBRX); //error generated Serial (USBTX,USBRX);