rename ramspeed to ramspeed_main

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
pengyiqiang 2022-03-14 16:20:01 +08:00 committed by Xiang Xiao
parent c2f4d16db5
commit c53dca512e
2 changed files with 3 additions and 3 deletions

View File

@ -27,6 +27,6 @@ PRIORITY = $(CONFIG_SYSTEM_RAMSPEED_PRIORITY)
STACKSIZE = $(CONFIG_SYSTEM_RAMSPEED_STACKSIZE) STACKSIZE = $(CONFIG_SYSTEM_RAMSPEED_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_RAMSPEED) MODULE = $(CONFIG_SYSTEM_RAMSPEED)
MAINSRC = ramspeed.c MAINSRC = ramspeed_main.c
include $(APPDIR)/Application.mk include $(APPDIR)/Application.mk

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* apps/system/ramspeed/ramspeed.c * apps/system/ramspeed/ramspeed_main.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
@ -416,7 +416,7 @@ static void memset_speed_test(FAR void *dest, uint8_t value,
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: main * Name: ramspeed_main
****************************************************************************/ ****************************************************************************/
int main(int argc, FAR char *argv[]) int main(int argc, FAR char *argv[])