Commit b55cc349 authored by Sandeep Mistry's avatar Sandeep Mistry

Add serialEventRun to main.cpp

parent 9872aaa3
......@@ -37,6 +37,7 @@ int main( void )
for (;;)
{
loop();
if (serialEventRun) serialEventRun();
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment