mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 09:49:05 +02:00
Removed unnecessary printks, fixed few minor issues.
This commit is contained in:
@@ -71,7 +71,7 @@ void handle_fs_requests(void)
|
||||
|
||||
void main(void)
|
||||
{
|
||||
printf("\n\n%s: Started with tid: %d\n", __TASKNAME__, self_tid());
|
||||
printf("\n%s: Started with tid: %d\n", __TASKNAME__, self_tid());
|
||||
|
||||
initialise();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user