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

View File

@ -82,7 +82,7 @@ ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG)
endif
ifeq ($(CONFIG_ARCH_FPU),y)
ARCHRVISAF = f
ARCHRVISAF = f
endif
ifeq ($(CONFIG_ARCH_DPFPU),y)

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