commit | d440f9f87ae4f4ea67c5f116914b952c1a056d20 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Fri Apr 18 10:44:31 2025 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Fri Apr 18 10:44:31 2025 +0800 |
tree | ffd02f3f594c52f12e5a622b71e1509a0515f55f | |
parent | e958203796650e3959a43708d67534bf36f4c83b [diff] [blame] |
Add basic change for v1453 Change-Id: I9497a61bbc3717f66413794a4e7dee0347c0bc33
diff --git a/mbtk/helloworld/inc/helloworld.h b/mbtk/helloworld/inc/helloworld.h new file mode 100755 index 0000000..3ba512c --- /dev/null +++ b/mbtk/helloworld/inc/helloworld.h
@@ -0,0 +1,6 @@ +#ifndef _HELLO_WORLD_H +#define _HELLO_WORLD_H + +#define HELLO_WORLD "Hello World!" + +#endif /* _HELLO_WORLD_H */ \ No newline at end of file