cubecell wip

This commit is contained in:
geeksville
2020-06-16 17:01:50 -07:00
parent fd2f5a5ba4
commit a47524b762
16 changed files with 91 additions and 151 deletions

View File

@@ -1,7 +1,7 @@
#include <Arduino.h>
#include "freertosinc.h"
// FIXME - ugly check to see if we have freertos
#ifdef configUSE_PREEMPTION
#ifdef HAS_FREE_RTOS
class Thread
{