Skip to content

Commit f903bed

Browse files
committed
applications: serial_lte_modem: Remove Kconfig from workaround
Zephyr compliance checks won't accept missing Kconfigs so use the previously used value as a hard coded until new code is merged. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
1 parent 1cee1cc commit f903bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/serial_lte_modem/src/slm_cmux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LOG_MODULE_REGISTER(slm_cmux, CONFIG_SLM_LOG_LEVEL);
3333

3434
/* Workaround before upmerge */
3535
#ifndef MODEM_CMUX_WORK_BUFFER_SIZE
36-
#define MODEM_CMUX_WORK_BUFFER_SIZE CONFIG_MODEM_CMUX_WORK_BUFFER_SIZE
36+
#define MODEM_CMUX_WORK_BUFFER_SIZE 536
3737
#endif
3838

3939
static struct {

0 commit comments

Comments
 (0)