From 2a242c3924ec99fd6975a586bc33555f558666c6 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 1 Sep 2008 13:20:52 +0000 Subject: [PATCH] Added dummy header files to allow the Cortex uIP demo to compile. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@467 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_end.h | 2 ++ Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_start.h | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_end.h create mode 100644 Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_start.h diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_end.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_end.h new file mode 100644 index 000000000..621c9fe39 --- /dev/null +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_end.h @@ -0,0 +1,2 @@ +/* Note used by this port of uIP, but required for compilation. */ + diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_start.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_start.h new file mode 100644 index 000000000..621c9fe39 --- /dev/null +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/pack_struct_start.h @@ -0,0 +1,2 @@ +/* Note used by this port of uIP, but required for compilation. */ + -- 2.39.2