mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
rename ramspeed to ramspeed_main
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
parent
c2f4d16db5
commit
c53dca512e
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue