aboutsummaryrefslogtreecommitdiff
path: root/apps/position_estimator/codegen/position_estimator_terminate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/position_estimator/codegen/position_estimator_terminate.c')
-rw-r--r--apps/position_estimator/codegen/position_estimator_terminate.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/apps/position_estimator/codegen/position_estimator_terminate.c b/apps/position_estimator/codegen/position_estimator_terminate.c
new file mode 100644
index 000000000..b25aabf40
--- /dev/null
+++ b/apps/position_estimator/codegen/position_estimator_terminate.c
@@ -0,0 +1,31 @@
+/*
+ * position_estimator_terminate.c
+ *
+ * Code generation for function 'position_estimator_terminate'
+ *
+ * C source code generated on: Fri Jun 8 13:31:21 2012
+ *
+ */
+
+/* Include files */
+#include "rt_nonfinite.h"
+#include "position_estimator.h"
+#include "position_estimator_terminate.h"
+
+/* Type Definitions */
+
+/* Named Constants */
+
+/* Variable Declarations */
+
+/* Variable Definitions */
+
+/* Function Declarations */
+
+/* Function Definitions */
+void position_estimator_terminate(void)
+{
+ /* (no terminate code required) */
+}
+
+/* End of code generation (position_estimator_terminate.c) */