Removed unnecessary printks, fixed few minor issues.

This commit is contained in:
Bahadir Balban
2008-02-09 15:48:10 +00:00
parent cd170c1b7c
commit 57420942ba
12 changed files with 42 additions and 36 deletions

View File

@@ -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();