Skip to content

Commit

Permalink
modified i2c config
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Dec 4, 2024
1 parent ca3b4b3 commit 9f55928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/sdk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@


#ifndef TWI_DEFAULT_CONFIG_CLR_BUS_INIT
#define TWI_DEFAULT_CONFIG_CLR_BUS_INIT 0
#define TWI_DEFAULT_CONFIG_CLR_BUS_INIT 1
#endif

// <q> TWI_DEFAULT_CONFIG_HOLD_BUS_UNINIT - Enables bus holding after uninit
Expand Down Expand Up @@ -2618,7 +2618,7 @@
// <4=> Debug

#ifndef TWI_CONFIG_LOG_LEVEL
#define TWI_CONFIG_LOG_LEVEL 3
#define TWI_CONFIG_LOG_LEVEL 4
#endif

// <o> TWI_CONFIG_INFO_COLOR - ANSI escape code prefix.
Expand Down Expand Up @@ -3699,7 +3699,7 @@
//==========================================================
// <o> SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer.
#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP
#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 64
#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 4096
#endif

// <o> SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer.
Expand Down

0 comments on commit 9f55928

Please sign in to comment.