From 68f3e72adeb0b6953b0fe32a98b4be4269775624 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 30 Jan 2020 23:27:21 +0100 Subject: [PATCH] Avoid a warning when building in embedded mode --- tools/notes.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/notes.c b/tools/notes.c index 61017b0..fb69a21 100644 --- a/tools/notes.c +++ b/tools/notes.c @@ -28,7 +28,9 @@ -#define EMBEDDED +#ifndef EMBEDDED +# define EMBEDDED +#endif #include #include