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/09 00:58:55 UTC

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

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



##########
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:
       @acassis isn't it always true for a uint64_t value?




----------------------------------------------------------------
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