Ethernet-based network support for mbedConnectorInterface.
Dependencies: libnsdl EthernetInterface mbed-rtos
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Diff: network_stubs/network_stubs.h
- Revision:
- 1:cb681dfa1678
- Parent:
- 0:31292d956e92
--- a/network_stubs/network_stubs.h Sun Feb 01 18:24:03 2015 +0000 +++ b/network_stubs/network_stubs.h Mon Feb 02 06:12:30 2015 +0000 @@ -32,6 +32,9 @@ #include "EthernetInterface.h" extern EthernetInterface ethernet; +// configure the endpoint +extern void configure_endpoint(); + // we have to redefine DBG as its used differently here... #ifdef DBG #undef DBG