summaryrefslogtreecommitdiff
path: root/ports/litex/background.h
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-07-13 10:33:58 -0500
committerJeff Epler <jepler@gmail.com>2020-07-15 11:49:44 -0500
commit1df48176ce2e4111c4629269cb86d2a6e365a3d2 (patch)
treea08ff57a9045405c61ee835e840bcef4a7a53244 /ports/litex/background.h
parent6160d11c5a04f60e54ce977fd73fafa5ba858aa0 (diff)
supervisor: factor supervisor_background_tasks from sundry ports
Diffstat (limited to 'ports/litex/background.h')
-rw-r--r--ports/litex/background.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/litex/background.h b/ports/litex/background.h
index 09551c7fb..c80fbbe5c 100644
--- a/ports/litex/background.h
+++ b/ports/litex/background.h
@@ -27,9 +27,4 @@
#ifndef MICROPY_INCLUDED_LITEX_BACKGROUND_H
#define MICROPY_INCLUDED_LITEX_BACKGROUND_H
-#include <stdbool.h>
-
-void background_tasks_reset(void);
-void run_background_tasks(void);
-
#endif // MICROPY_INCLUDED_LITEX_BACKGROUND_H