sergger: add note_ prefix to sysview

change 1: rename sysview.c to note_sysview.c
change 2: add note_ prefix to sysview's public function

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai
2023-01-02 19:56:19 +08:00
committed by Xiang Xiao
parent 77466742c7
commit 8f823ce320
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ int note_initialize(void)
#endif
#ifdef CONFIG_SEGGER_SYSVIEW
ret = sysview_initialize();
ret = note_sysview_initialize();
if (ret < 0)
{
return ret;