rmt: prefix caps name with SOC_

This commit is contained in:
morris
2020-03-25 17:13:10 +08:00
parent 9f035edb64
commit 4fc16e2374
10 changed files with 51 additions and 51 deletions

View File

@@ -49,7 +49,7 @@
#include "sdkconfig.h"
/* Select which RMT and PCNT channels, and GPIO to use */
#define REF_CLOCK_RMT_CHANNEL RMT_CHANNELS_NUM - 1
#define REF_CLOCK_RMT_CHANNEL SOC_RMT_CHANNELS_NUM - 1
#define REF_CLOCK_PCNT_UNIT 0
#define REF_CLOCK_GPIO 21