mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user