We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8661615 commit bd3c52cCopy full SHA for bd3c52c
portable/ThirdParty/GCC/Posix/portmacro.h
@@ -71,7 +71,7 @@ typedef unsigned long TickType_t;
71
#define portSTACK_GROWTH ( -1 )
72
#define portHAS_STACK_OVERFLOW_CHECKING ( 1 )
73
#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
74
-#define portTICK_RATE_MICROSECONDS ( ( portTickType ) 1000000 / configTICK_RATE_HZ )
+#define portTICK_RATE_MICROSECONDS ( ( TickType_t ) 1000000 / configTICK_RATE_HZ )
75
#define portBYTE_ALIGNMENT 8
76
/*-----------------------------------------------------------*/
77
0 commit comments