From f8da589298bfa0c7d8d84fdb7875fabed9049664 Mon Sep 17 00:00:00 2001 From: Enrico Fraccaroli Date: Wed, 10 Nov 2021 12:10:39 +0100 Subject: [PATCH] Move debugging functions to io folder. --- mentos/inc/{misc => io}/debug.h | 0 mentos/src/{misc => io}/debug.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename mentos/inc/{misc => io}/debug.h (100%) rename mentos/src/{misc => io}/debug.c (100%) diff --git a/mentos/inc/misc/debug.h b/mentos/inc/io/debug.h similarity index 100% rename from mentos/inc/misc/debug.h rename to mentos/inc/io/debug.h diff --git a/mentos/src/misc/debug.c b/mentos/src/io/debug.c similarity index 100% rename from mentos/src/misc/debug.c rename to mentos/src/io/debug.c