Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
Compiler Error 311
Table of Contents
" cannot overload functions distinguished by return type alone "¶
For me, this error was produced by an incorrect prototype. The prototype was bool, while the function was void. This was a copy translation error by me.