This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 2e59d832fc sched/misc: Rename panic.c to panic_notifier.c
2e59d832fc is described below
commit 2e59d832fcdc08bc43679160d3c082d3ac17d91c
Author: Xiang Xiao <[email protected]>
AuthorDate: Wed Dec 28 17:06:44 2022 +0800
sched/misc: Rename panic.c to panic_notifier.c
Signed-off-by: Xiang Xiao <[email protected]>
---
sched/misc/Make.defs | 2 +-
sched/misc/{panic.c => panic_notifier.c} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sched/misc/Make.defs b/sched/misc/Make.defs
index b781dd3332..6bfb817a2b 100644
--- a/sched/misc/Make.defs
+++ b/sched/misc/Make.defs
@@ -18,7 +18,7 @@
#
############################################################################
-CSRCS += assert.c panic.c
+CSRCS += assert.c panic_notifier.c
# Include init build support
diff --git a/sched/misc/panic.c b/sched/misc/panic_notifier.c
similarity index 99%
rename from sched/misc/panic.c
rename to sched/misc/panic_notifier.c
index 31c02ed96f..a8ae3b3f79 100644
--- a/sched/misc/panic.c
+++ b/sched/misc/panic_notifier.c
@@ -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