summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-04-20 18:23:01 +0200
committerMitya Selivanov <automainint@guattari.tech>2025-04-20 18:23:01 +0200
commitca73b12180ad0dd38e73f19bab81807a43460451 (patch)
tree5e569120b62ce042b262deb04e13677ad3d907d4 /examples
parentbcf1992714fb95d4c4dd16f6b27f8767205bb9f3 (diff)
downloadreduced_system_layer-ca73b12180ad0dd38e73f19bab81807a43460451.zip
Rename to Runtime
Diffstat (limited to 'examples')
-rw-r--r--examples/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo.c b/examples/echo.c
index 7d25001..b53c09b 100644
--- a/examples/echo.c
+++ b/examples/echo.c
@@ -2,7 +2,7 @@
#error Not implemented!
#endif
-#include "../reduced_system_layer.c"
+#include "../runtime.c"
enum {
MODE_RECV = 1,