From 848fc4010b60bd970266e7f2293ac02490f28927 Mon Sep 17 00:00:00 2001 From: Robin Krens Date: Thu, 13 Apr 2023 18:45:10 +0200 Subject: [PATCH] examples: relocating --- CMakeLists.txt => examples/standalone/CMakeLists.txt | 0 examples/{ => standalone}/recv-with-ack.c | 0 examples/{ => standalone}/send-with-ack.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename CMakeLists.txt => examples/standalone/CMakeLists.txt (100%) rename examples/{ => standalone}/recv-with-ack.c (100%) rename examples/{ => standalone}/send-with-ack.c (100%) diff --git a/CMakeLists.txt b/examples/standalone/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to examples/standalone/CMakeLists.txt diff --git a/examples/recv-with-ack.c b/examples/standalone/recv-with-ack.c similarity index 100% rename from examples/recv-with-ack.c rename to examples/standalone/recv-with-ack.c diff --git a/examples/send-with-ack.c b/examples/standalone/send-with-ack.c similarity index 100% rename from examples/send-with-ack.c rename to examples/standalone/send-with-ack.c -- 2.43.0