From 0b1a1fb4f820c70802478793b34240e0435fbb4e Mon Sep 17 00:00:00 2001 From: batt Date: Sat, 9 Aug 2008 10:08:08 +0000 Subject: [PATCH] Add dummy empty include file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1585 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/nothing.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bertos/cfg/nothing.h diff --git a/bertos/cfg/nothing.h b/bertos/cfg/nothing.h new file mode 100644 index 00000000..0edfdc92 --- /dev/null +++ b/bertos/cfg/nothing.h @@ -0,0 +1,38 @@ +/** + * \file + * + * + * \brief Empty file used to #include in macro expansion. + * + * \version $Id$ + * + * \author Francesco Sacchi + */ -- 2.25.1