Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 2 months ago.
mbed-rpc, nucleo L152RE board, error
Hey guys!
I am trying to establish connection with PC, using mbed-rpc featured library (https://developer.mbed.org/teams/mbed/code/mbed-rpc/). After building the project compiler returns error:
Quote:
Warning: Missing return statement at end of non-void function "mbed::parse_pins" in "mbed-rpc/parse_pins.cpp", Line: 82, Col: 6 Error: Expected a declaration in "mbed-rpc/parse_pins.cpp", Line: 82, Col: 8 Warning: Parsing restarts here after previous syntax error in "mbed-rpc/parse_pins.cpp", Line: 97, Col: 15
I am suspecting, that a definition of nucleo L152RE hasn't been updated in a library...
- How can I make it work?
- Is there another "already written" way to interface variables in both way...PC-mbed?
Thanks!