You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/08 13:18:10 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2999: xtensa/esp32: Add WPA2 Enterprise and WPA3 support

acassis commented on a change in pull request #2999:
URL: https://github.com/apache/incubator-nuttx/pull/2999#discussion_r589412903



##########
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##########
@@ -4201,8 +4199,6 @@ int32_t esp_timer_start_periodic(esp_timer_handle_t timer, uint64_t period)
 {
   struct rt_timer_s *rt_timer = (struct rt_timer_s *)timer;
 
-  DEBUGASSERT(period <= UINT32_MAX);

Review comment:
       Shouldn't be replaced with UINT64_MAX ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org