From: Mikko Rasa Date: Thu, 19 Feb 2015 09:18:02 +0000 (+0200) Subject: Improve ArduControl task scheduling X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=23e1a988da2efae47e39d93babe7e37b1c0ca554;hp=23e1a988da2efae47e39d93babe7e37b1c0ca554;p=r2c2.git Improve ArduControl task scheduling The new scheduler can handle multiple tasks with the same priority, so other things won't get blocked by the priority command queue for too long. It also handles sleeping at the scheduler rather than individual tasks. ---