doc: always adopt latest chip revision
This commit is contained in:
parent
b5ab764f82
commit
3cf8479017
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ extern "C" {
|
|||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#if (CONFIG_ESP32_REV_MIN >= 1)
|
||||
#if __DOXYGEN__ || (CONFIG_ESP32_REV_MIN >= 1)
|
||||
#define SOC_BROWNOUT_RESET_SUPPORTED 1
|
||||
#endif
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ extern "C" {
|
|||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#if (CONFIG_ESP32_REV_MIN >= 2)
|
||||
#if __DOXYGEN__ || (CONFIG_ESP32_REV_MIN >= 2)
|
||||
#define CAN_BRP_DIV_SUPPORTED 1
|
||||
#define CAN_BRP_DIV_THRESH 128
|
||||
//Any even number from 2 to 128, or multiples of 4 from 132 to 256
|
||||
|
|
Loading…
Reference in a new issue