Skip to content

Commit c0c353e

Browse files
committed
[bsp/max32660] close i2c
1 parent d306e39 commit c0c353e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bsp/maxim/MAX32660_EVSYS/.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
120120
# CONFIG_RT_USING_CAN is not set
121121
# CONFIG_RT_USING_HWTIMER is not set
122122
# CONFIG_RT_USING_CPUTIME is not set
123-
CONFIG_RT_USING_I2C=y
124-
# CONFIG_RT_I2C_DEBUG is not set
125-
# CONFIG_RT_USING_I2C_BITOPS is not set
123+
# CONFIG_RT_USING_I2C is not set
126124
# CONFIG_RT_USING_PHY is not set
127125
CONFIG_RT_USING_PIN=y
128126
# CONFIG_RT_USING_ADC is not set

bsp/maxim/MAX32660_EVSYS/rtconfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
#define RT_USING_SERIAL
8080
#define RT_SERIAL_USING_DMA
8181
#define RT_SERIAL_RB_BUFSZ 64
82-
#define RT_USING_I2C
8382
#define RT_USING_PIN
8483

8584
/* Using USB */

0 commit comments

Comments
 (0)