Compiler Error 135

<entity-kind> "entity" has no member "xxxx"

The member function you have attempted to call for an object of the specified class is not recognized. Make sure the function you're trying to call is spelled exactly as defined.

Example

"Class "mbed::Ticker" has no member "atach" (E135)

Solution:

Typo in 'atach', should be 'attach'.


All wikipages