//entry point into "bsp" //TODO This can be done mission dependent and some low level calls before vTaskStartScheduler might be important //void init(void); // //#include //#include //#include "task.h" // // //void initTask(void *parameters) { // init(); //} // //int main(void) { // // if ( pdPASS // != xTaskCreate(initTask, "init", 512, NULL, // configMAX_PRIORITIES - 1, NULL)) { // //print_uart0("Could not create task1\r\n"); // } // // vTaskStartScheduler(); // // //Scheduler should never return // // //print_uart0("This is bad\n"); // // for (;;) // ; // // return 0; //}