Skip to content

Commit

Permalink
Updating OTA_EXAMPLE_LOOP_SLEEP_PERIOD_MS and OTA submodule ptr (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
divekarshubham authored Dec 15, 2020
1 parent b5347eb commit 247bdcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/ota/ota_demo_core_http/ota_demo_core_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
/**
* @brief Period for demo loop sleep in milliseconds.
*/
#define OTA_EXAMPLE_LOOP_SLEEP_PERIOD_MS ( 5000U )
#define OTA_EXAMPLE_LOOP_SLEEP_PERIOD_MS ( 5U )

/**
* @brief The delay used in the main OTA Demo task loop to periodically output the OTA
Expand Down
2 changes: 1 addition & 1 deletion demos/ota/ota_demo_core_mqtt/ota_demo_core_mqtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
/**
* @brief Period for demo loop sleep in milliseconds.
*/
#define OTA_EXAMPLE_LOOP_SLEEP_PERIOD_MS ( 5000U )
#define OTA_EXAMPLE_LOOP_SLEEP_PERIOD_MS ( 5U )

/**
* @brief Size of the network buffer to receive the MQTT message.
Expand Down

0 comments on commit 247bdcb

Please sign in to comment.