mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
sched/misc: Rename panic.c to panic_notifier.c
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
f9bd04ff19
commit
2e59d832fc
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
CSRCS += assert.c panic.c
|
||||
CSRCS += assert.c panic_notifier.c
|
||||
|
||||
# Include init build support
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* sched/misc/panic.c
|
||||
* sched/misc/panic_notifier.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
Loading…
Add table
Add a link
Reference in a new issue