Skip to content

Commit de982e4

Browse files
committed
✨ feat(apps/shm*): change ping/pong name to shm_ping/shm_pong, because it has the same name as busybox ping
1 parent af72880 commit de982e4

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

25-
target("ping")
25+
target("shm_ping")
2626
do
2727
add_rules("rt.sdk")
2828
add_files("*.c")
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

25-
target("pong")
25+
target("shm_pong")
2626
do
2727
add_rules("rt.sdk")
2828
add_files("*.c")

0 commit comments

Comments
 (0)