Skip to content

Commit a003761

Browse files
esp_schedule: Update relative seconds field data type
1 parent cef427b commit a003761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/esp_rainmaker/src/core/esp_rmaker_schedule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typedef enum trigger_type {
4747
typedef struct esp_rmaker_schedule_trigger {
4848
trigger_type_t type;
4949
/* Relative Seconds */
50-
uint16_t relative_seconds;
50+
int relative_seconds;
5151
/* Minutes from 12am */
5252
uint16_t minutes;
5353
struct {

0 commit comments

Comments
 (0)