doc: always adopt latest chip revision

This commit is contained in:
morris 2020-03-24 16:07:50 +08:00
parent b5ab764f82
commit 3cf8479017
2 changed files with 2 additions and 2 deletions

View file

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

View file

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