Skip to content

Implement l1aTime to l1aInterval renaming for the calPulseScan routine

Laurent Petre requested to merge bugfix/calpulse-scan-l1ainterval into main

Description

The title says it all, the change introduced in !278 (merged) wasn't propagated to !281 (merged), leading to a default l1aInterval of 0 which was making the calPulseScan routine fail. Fix the typo/implement the renaming.

Related Issue

How Has This Been Tested?

The calibration pulse scan now works seamlessly on the GE1/1 integration setup in b904.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports