From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- common/debug.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/debug.c') diff --git a/common/debug.c b/common/debug.c index a008a52..15f71dc 100644 --- a/common/debug.c +++ b/common/debug.c @@ -1,3 +1,9 @@ +/** + * @file debug.c + * Handle printing to serial. Note that the serial drivers are only included + * when running a debug build to save space in release mode. + */ + #include #include #include -- cgit v1.3