aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/various/RT-ARMCM4-MAKELIB/dummy/_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/demos/various/RT-ARMCM4-MAKELIB/dummy/_header.h')
-rw-r--r--lib/chibios/demos/various/RT-ARMCM4-MAKELIB/dummy/_header.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/chibios/demos/various/RT-ARMCM4-MAKELIB/dummy/_header.h b/lib/chibios/demos/various/RT-ARMCM4-MAKELIB/dummy/_header.h
new file mode 100644
index 000000000..8f8f4e1c9
--- /dev/null
+++ b/lib/chibios/demos/various/RT-ARMCM4-MAKELIB/dummy/_header.h
@@ -0,0 +1,25 @@
1/*
2 ChibiOS - Copyright (C) 2006,2007,2008,2009,2010,2011,2012,2013,2014,
3 2015,2016,2017,2018,2019,2020,2021 Giovanni Di Sirio.
4
5 This file is part of ChibiOS.
6
7 ChibiOS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation version 3 of the License.
10
11 ChibiOS is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20#include <stddef.h>
21#include <stdint.h>
22#include <stdbool.h>
23
24#include "cmparams.h"
25