commit | c9e6ac54d63875bfd463cf8f1eb3d3710de141a4 | [log] [tgz] |
---|---|---|
author | Charles Dias <charlesdias.cd@outlook.com> | Sat Nov 11 11:05:09 2023 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 13 12:19:17 2023 -0500 |
tree | 0e7d89c70152840455f358eee8e409555be867a9 | |
parent | 434a40470c904cb40b8e1b128e5f1a180a993bd0 [diff] |
samples: maxim_ds3231: increase variable size in min_alarm_handler Change the variable name from **us** to **ms** and increase its size to **uint16_t** within the min_alarm_handler function. This update allows the function to correctly handle the millisecond values in the range of 0 to 999. Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>