doc: release-notes-2.2: mention deprecation of counter_read()
Mention that counter_read() is deprecated in favor of counter_get_value(). Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
c894a6db4d
commit
57e3851b30
|
@ -140,7 +140,9 @@ Drivers and Sensors
|
|||
|
||||
* Counter
|
||||
|
||||
* <TBD>
|
||||
* The counter_read() API function is deprecated in favor of
|
||||
counter_get_value(). The new API function adds a return value for
|
||||
indicating whether the counter was read successfully.
|
||||
|
||||
* Display
|
||||
|
||||
|
|
Loading…
Reference in a new issue