Skip to content

Commit 3762ee2

Browse files
committed
update PICO_CONFIG
1 parent 888d536 commit 3762ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_multicore/include/pico/multicore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
* \include multicore.c
3030
*/
3131

32-
// PICO_CONFIG: PICO_CORE1_STACK_SIZE, Minimum amount of stack space reserved in the linker script for core 1, min=0x100, max=0x10000, default=PICO_STACK_SIZE (0x800), group=pico_multicore
32+
// PICO_CONFIG: PICO_CORE1_STACK_SIZE, Minimum amount of stack space reserved in the linker script for core 1 - if zero then no space is reserved and the user must provide their own stack, min=0, max=0x10000, default=PICO_STACK_SIZE (0x800), group=pico_multicore
3333
#ifndef PICO_CORE1_STACK_SIZE
3434
#ifdef PICO_STACK_SIZE
3535
#define PICO_CORE1_STACK_SIZE PICO_STACK_SIZE

0 commit comments

Comments
 (0)