Skip to content
Snippets Groups Projects

Adding install code to create OBSERVE.snap by symlink to safe.snap on new install

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:default-observe into master
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -442,8 +442,10 @@ fe_start_controller( void )
udelay( MAX_UDELAY );
syncSource = SYNC_SRC_1PPS;
#endif
// Send sync source info to epics
pLocalEpics->epicsOutput.timeErr = syncSource;
RTSLOG_INFO( "Sync source = %d\n", syncSource );
// Start the ADC/DAC clocks based on syncSource
switch ( syncSource )
Loading