Home
last modified time | relevance | path

Searched refs:configMAX (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h1008 #ifndef configMAX
1012 #define configMAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
/hal_espressif-3.6.0/components/freertos/
DHistory.txt353 + Introduced configMAX() and configMIN() macros which default to standard