MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / main

Function main

examples/net_web_client/net_web_client.cpp:250–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 */
249
250int main() {
251
252 // interrupts
253 Nvic::initialise();
254
255 // set up SysTick at 1ms resolution
256 MillisecondTimer::initialise();
257
258 NetHttpClientTest test;
259 test.run();
260
261 // not reached
262 return 0;
263}

Callers

nothing calls this directly

Calls 2

initialiseFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected