mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fixed __stack_overflow_trap declaration typo.
This commit is contained in:
committed by
David Sidrane
parent
fecc68d1bb
commit
40fdf388bd
@@ -59,7 +59,7 @@ void __cyg_profile_func_enter(void *func, void *caller)
|
||||
__attribute__((naked, no_instrument_function));
|
||||
void __cyg_profile_func_exit(void *func, void *caller)
|
||||
__attribute__((naked, no_instrument_function));
|
||||
void _stack_overflow_trap(void)
|
||||
void __stack_overflow_trap(void)
|
||||
__attribute__((naked, no_instrument_function));
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user