analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
874 stars 1.63k forks source link

drivers: api: no_os_timer: Add const qualifier to timer init param #2175

Closed rbolboac closed 2 months ago

rbolboac commented 2 months ago

Pull Request Description

Some platforms are missing the const qualifier in timer_init APIs. This commit adds the qualifier where needed, to fix compilation warnings.

PR Type

PR Checklist