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

Function main

examples/net_web_server/net_web_server.cpp:178–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 */
177
178int main() {
179
180 // interrupts
181 Nvic::initialise();
182
183 // set up SysTick at 1ms resolution
184 MillisecondTimer::initialise();
185
186 NetHttpServerTest test;
187 test.run();
188
189 // not reached
190 return 0;
191}

Callers

nothing calls this directly

Calls 2

initialiseFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected