Merge pull request #4634 from Patater/mbed-can-do-timing

config: Allow Mbed to implement TIMING_C
This commit is contained in:
Ronald Cron 2021-06-11 09:14:13 +02:00 committed by GitHub
commit 57864faf84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,3 @@
Bugfix
* Remove outdated check-config.h check that prevented implementing the
timing module on Mbed OS. Fixes #4633.