Fix the minor style issue

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-02-13 06:27:50 +08:00
committed by Petro Karashchenko
parent b0fa232918
commit db57e2cd8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ extern "C"
#define EXTERN extern
#endif
int uart_rpmsg_init(FAR const char *cpu_name, FAR const char *dev_name,
int uart_rpmsg_init(FAR const char *cpuname, FAR const char *devname,
int buf_size, bool isconsole);
#undef EXTERN