patacongo commented on a change in pull request #1613:
URL: https://github.com/apache/incubator-nuttx/pull/1613#discussion_r474235357



##########
File path: arch/xtensa/src/esp32/hardware/esp32_soc.h
##########
@@ -192,6 +192,7 @@
 #define CPU_CLK_FREQ_ROM                        APB_CLK_FREQ_ROM
 #define CPU_CLK_FREQ                            APB_CLK_FREQ
 #define APB_CLK_FREQ                            80*1000000       /* Unit: Hz */
+#define REF_CLK_FREQ                            ( 1000000 )
 #define UART_CLK_FREQ                           APB_CLK_FREQ
 #define WDT_CLK_FREQ                            APB_CLK_FREQ
 #define TIMER_CLK_FREQ                          (80000000>>4)    /* 80MHz 
divided by 16 */

Review comment:
       Spaces are required before and after ">>"




----------------------------------------------------------------
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:
[email protected]


Reply via email to