File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -222,12 +222,6 @@ config OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE
222222 help
223223 Provides path to compile vendor hook file.
224224
225- config OPENTHREAD_NCP_BUFFER_SIZE
226- int "The size of the NCP buffers"
227- default 2048
228- help
229- The size of the NCP buffers.
230-
231225endif # OPENTHREAD_COPROCESSOR
232226
233227config OPENTHREAD_PLATFORM_INFO
Original file line number Diff line number Diff line change 171171 */
172172#define RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM 0
173173
174- /**
175- * @def OPENTHREAD_CONFIG_NCP_BUFFER_SIZE
176- *
177- * The size of the NCP buffers.
178- *
179- */
180- #ifdef CONFIG_OPENTHREAD_NCP_BUFFER_SIZE
181- #define OPENTHREAD_CONFIG_NCP_BUFFER_SIZE CONFIG_OPENTHREAD_NCP_BUFFER_SIZE
182- #endif
183-
184174/**
185175 * @def OPENTHREAD_CONFIG_PLAT_LOG_MACRO_NAME
186176 *
You can’t perform that action at this time.
0 commit comments