ferrous26 / cs452-flaming-meme

CS452 Real Time Programming
MIT License
2 stars 1 forks source link

Train Control Pickup #100

Open Unverified opened 10 years ago

Unverified commented 10 years ago

Change the train control pickup to use a bit field so we can use CLZ to start sending out the task, this will allow us to compress the if-else path into a single switch statement.