Mercurial > public > ostc4
diff Discovery/Src/simulation.c @ 450:b2f8a39c11ea minor_improvments
Added new compile switches for variants:
The compile switches should be deactivated per default and only be activated if needed to compile local test software
author | ideenmodellierer |
---|---|
date | Tue, 24 Mar 2020 21:48:27 +0100 |
parents | f1257a32f2d4 |
children | e7e44986684a |
line wrap: on
line diff
--- a/Discovery/Src/simulation.c Mon Mar 23 21:14:54 2020 +0100 +++ b/Discovery/Src/simulation.c Tue Mar 24 21:48:27 2020 +0100 @@ -44,6 +44,8 @@ #include "buehlmann.h" #include "logbook_miniLive.h" +#include "configuration.h" + //Private state variables static float sim_aim_depth_meter; static _Bool sim_heed_decostops = 1;