Skip to content

Commit

Permalink
correct mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 23, 2023
1 parent ef4cf5c commit fac5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwow/src/include/lwow/devices/lwow_device_ds18x20.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extern "C" {
* \{
*
* \note Functions with `_raw` suffix do no implement
* locking mechanism when using with operating system.
* locking mechanism when used with operating system.
*/

#define LWOW_DS18X20_ALARM_DISABLE ((int8_t)-128) /*!< Disable alarm temperature */
Expand Down

0 comments on commit fac5e6d

Please sign in to comment.