Skip to content

Commit fdf695b

Browse files
committed
remove incorrect default from PICO_PANIC_FUNCTION PICO_CONFIG entry
1 parent 45a1e08 commit fdf695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_runtime/runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void __attribute__((noreturn)) panic_unsupported() {
220220
panic("not supported");
221221
}
222222

223-
// PICO_CONFIG: PICO_PANIC_FUNCTION, Name of a function to use in place of the stock panic function or empty string to simply breakpoint on panic, default=panic, group=pico_runtime
223+
// PICO_CONFIG: PICO_PANIC_FUNCTION, Name of a function to use in place of the stock panic function or empty string to simply breakpoint on panic, group=pico_runtime
224224
// note the default is not "panic" it is undefined
225225
#ifdef PICO_PANIC_FUNCTION
226226
#define PICO_PANIC_FUNCTION_EMPTY (__CONCAT(PICO_PANIC_FUNCTION, 1) == 1)

0 commit comments

Comments
 (0)