mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-25 10:29:00 +00:00
Before it didn't do process_poll like it should and would add events out of turn and mess up the event processor --- that would cause the button to stop working after the unhandled events exceeded a max number this fixes maca_process to do a process_poll as it should. now the button works fine and so does the radio.