diff options
| author | danicampora | 2015-02-22 17:31:26 +0100 |
|---|---|---|
| committer | danicampora | 2015-02-22 17:50:50 +0100 |
| commit | 33ddb566a7565b4fba4a68939d43bcdb5f132836 (patch) | |
| tree | bd348fd647ca26de8e05b18e411bcf7323a09a8c /cc3200/mods/modpyb.c | |
| parent | 5c047b97f2e41b51f8314f6ee06788b1d9246dbf (diff) | |
cc3200: Remove dependencies from FreeRTOS.
Use the simplelink wrappers instead. This is one step further
towards having a single module for the cc3200 and the cc3100.
Diffstat (limited to 'cc3200/mods/modpyb.c')
| -rw-r--r-- | cc3200/mods/modpyb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc3200/mods/modpyb.c b/cc3200/mods/modpyb.c index 80a4f74ac..4cfeeec91 100644 --- a/cc3200/mods/modpyb.c +++ b/cc3200/mods/modpyb.c @@ -59,12 +59,13 @@ #include "pybi2c.h" #include "pybsd.h" #include "utils.h" +#include "gccollect.h" #ifdef DEBUG extern OsiTaskHandle mpTaskHandle; extern OsiTaskHandle svTaskHandle; -extern TaskHandle_t xSimpleLinkSpawnTaskHndl; +extern OsiTaskHandle xSimpleLinkSpawnTaskHndl; #endif /// \module pyb - functions related to the pyboard |
