Closed
Description
Description
With v.simple main function I have measure 2ma on a simple NRf dev board.
I am using the online compiler with MbedOS 5.9.7
static EventQueue eventQueue(/* event count */ 10 * EVENTS_EVENT_SIZE);
int main()
{
eventQueue.dispatch_forever();
while (true) {
Thread::wait(60000);
}
return 0;
}
Issue request type
[ ] Question
[ ] Enhancement
[x] Bug