commit d7ea4ffe627b78aa70efa03f562f188e57ec0607 parent 26374b3b721e00b146eaabb705ef98fe0f311a03 Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Mon, 29 Sep 2025 12:44:57 -0300 Fix typo Diffstat:
| M | app/inc/task_sensor_attribute.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/inc/task_sensor_attribute.h b/app/inc/task_sensor_attribute.h @@ -96,7 +96,7 @@ typedef enum ST_BTN_XX_UP, ST_BTN_XX_FALLING, ST_BTN_XX_DOWN, - ST_BTN_XX_RISINr + ST_BTN_XX_RISING } task_sensor_st_t; /* Identifier of Task Sensor */
