aboutsummaryrefslogtreecommitdiff
path: root/apps/position_estimator/codegen/position_estimator_initialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/position_estimator/codegen/position_estimator_initialize.c')
-rw-r--r--apps/position_estimator/codegen/position_estimator_initialize.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/apps/position_estimator/codegen/position_estimator_initialize.c b/apps/position_estimator/codegen/position_estimator_initialize.c
deleted file mode 100644
index 862381d3b..000000000
--- a/apps/position_estimator/codegen/position_estimator_initialize.c
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * position_estimator_initialize.c
- *
- * Code generation for function 'position_estimator_initialize'
- *
- * 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_initialize.h"
-
-/* Type Definitions */
-
-/* Named Constants */
-
-/* Variable Declarations */
-
-/* Variable Definitions */
-
-/* Function Declarations */
-
-/* Function Definitions */
-void position_estimator_initialize(void)
-{
- rt_InitInfAndNaN(8U);
-}
-
-/* End of code generation (position_estimator_initialize.c) */