Skip to content
Snippets Groups Projects
Commit ff164c68 authored by Erik von Reis's avatar Erik von Reis
Browse files

Now using function interface instead of environment variable to trigger burt restore.

parent 586ca4b0
No related branches found
No related tags found
4 merge requests!439RCG 5.0 release fro deb 10,!332Merging 4.2 into master,!331Draft: Merging branch-4.2 into master,!328Automatically trigger burt restore when a snap file is loaded.
......@@ -25,6 +25,7 @@ my ($fileName) = @_;
} else {
print OUTME "SRC += $::rcg_src_dir/src/epics/seq/main.c\n";
}
print OUTME "SRC += $::rcg_src_dir/src/epics/seq/sdf_file_loaded.c\n";
print OUTME "SRC += $::rcg_src_dir/src/drv/rfm.c\n";
print OUTME "SRC += $::rcg_src_dir/src/drv/param.c\n";
print OUTME "SRC += $::rcg_src_dir/src/drv/crc.c\n";
......
File moved
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