aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-05 20:46:17 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-05 21:08:22 +0200
commitba105ccbf7c350e24ee527472a99e3672983e93d (patch)
treecfefb0b49cc9c77c1d943b5eaf28deffe0fa3842
parent414aef6e25073f83cdc3d1bec06a94b2efd7289a (diff)
downloadglutte-o-matic-ba105ccbf7c350e24ee527472a99e3672983e93d.tar.gz
glutte-o-matic-ba105ccbf7c350e24ee527472a99e3672983e93d.tar.bz2
glutte-o-matic-ba105ccbf7c350e24ee527472a99e3672983e93d.zip
Remove unused function threadscheduler
-rw-r--r--src/common/src/Core/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/src/Core/main.c b/src/common/src/Core/main.c
index 3e99a11..27925b9 100644
--- a/src/common/src/Core/main.c
+++ b/src/common/src/Core/main.c
@@ -71,11 +71,6 @@ void vApplicationStackOverflowHook( TaskHandle_t xTask,
while (1) {};
}
-void * threadscheduler(void * arg) {
- /* Start the RTOS Scheduler */
- vTaskStartScheduler();
-}
-
int main(void) {
init();
delay_init();