Skip to content
Snippets Groups Projects
Commit a9e79d65 authored by Rolf Bork's avatar Rolf Bork
Browse files

Fix for user space models running FIR filters.

parent 66ffb8cd
No related branches found
No related tags found
No related merge requests found
......@@ -2659,6 +2659,10 @@ print OUTM "CFLAGS += -g\n";
if ($remoteGPS) {
print OUTM "CFLAGS += -DREMOTE_GPS\n";
}
if($systemName eq "sei" || $useFIRs)
{
print OUTM "CFLAGS += -DFIR_FILTERS\n";
}
if ($no_sync) {
print OUTM "#Comment out to enable 1PPS synchronization\n";
print OUTM "CFLAGS += -DNO_SYNC\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment