wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Scheduler] [Console] Bug if an invalid command is entered #96

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

If one inputs an invalid command in the console it seems like the scheduler is disabled until a valid command is input again. This can be seen by the scheduler's activity through USR0.

trylimits commented 9 years ago

Above commit fixes the problem.