cubecell WIP

This commit is contained in:
geeksville
2020-06-05 17:30:09 -07:00
parent 5915669f6f
commit 1c63a70673
8 changed files with 66 additions and 3 deletions

View File

@@ -9,8 +9,11 @@
#include <freertos/semphr.h>
#include <freertos/queue.h>
#else
// not yet supported on cubecell
#ifndef CubeCell_BoardPlus
#include <FreeRTOS.h>
#include <task.h>
#include <semphr.h>
#include <queue.h>
#endif
#endif