cvra / platform-abstraction

Platform abstraction layer for microcontrollers
3 stars 6 forks source link

Fix issue #6 (semaphore max_count). #15

Closed antoinealb closed 10 years ago

antoinealb commented 10 years ago

This PR fixes issue #6 . I removed the assertion about releasing a semaphore more than it's initial value and changed a test to reflect this behaviour.