rename ramspeed to ramspeed_main
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
parent
c2f4d16db5
commit
c53dca512e
@ -27,6 +27,6 @@ PRIORITY = $(CONFIG_SYSTEM_RAMSPEED_PRIORITY)
|
||||
STACKSIZE = $(CONFIG_SYSTEM_RAMSPEED_STACKSIZE)
|
||||
MODULE = $(CONFIG_SYSTEM_RAMSPEED)
|
||||
|
||||
MAINSRC = ramspeed.c
|
||||
MAINSRC = ramspeed_main.c
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
@ -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
|
||||
* 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[])
|
Loading…
x
Reference in New Issue
Block a user