Skip to content

Commit

Permalink
long line comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Sep 25, 2024
1 parent ba975ff commit b0f77ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wolfcrypt/src/port/Espressif/esp32_mp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ int esp_hw_show_mp_metrics(void)
ESP_LOGI(TAG, "Max N->used: esp_mp_max_used = %lu", esp_mp_max_used);
ESP_LOGI(TAG, "Max hw wait timeout: esp_mp_max_wait_timeout = %lu",
esp_mp_max_wait_timeout);
ESP_LOGI(TAG, "Max calc timeout: esp_mp_max_timeout = 0x%08lx", /* TODO long long long*/
ESP_LOGI(TAG, "Max calc timeout: esp_mp_max_timeout = 0x%08lx",
esp_mp_max_timeout);

#else
Expand Down
3 changes: 2 additions & 1 deletion wolfcrypt/src/port/Espressif/esp_sdk_time_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ esp_err_t esp_sdk_time_lib_init(void)
#define CONFIG_LWIP_SNTP_MAX_SERVERS NTP_SERVER_COUNT
#endif

/* When reproducible builds are enabled in ESP-IDF (starting from version 4.0 and above),
/* When reproducible builds are enabled in ESP-IDF
* (starting from version 4.0 and above),
* the __DATE__ and __TIME__ macros are deliberately disabled. */
#ifndef __DATE__
#define YEAR 2024
Expand Down

0 comments on commit b0f77ea

Please sign in to comment.