Skip to content

Conversation

@HarshiniRavichandran
Copy link
Contributor

@HarshiniRavichandran HarshiniRavichandran commented Nov 24, 2025

Reason for Change: Uninitialized variable issues have been resolved with proper initialization and necessary code corrections.
Test Procedure: Compiled and Verified
Risks: Low
Priority: P1
version: minor
Signed-off-by: HarshiniRavichandran [email protected]

Initialized variables for red, green, blue, iterations, and duration to prevent uninitialized usage.
@HarshiniRavichandran HarshiniRavichandran requested a review from a team as a code owner November 24, 2025 08:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses uninitialized variable issues in the frontpanel helper code by adding proper initialization values. The changes ensure that variables have defined values before being passed to parameter getter macros, preventing undefined behavior.

  • Initializes RGB color component variables (red, green, blue) to 0 in two locations
  • Initializes timing variables (iterations, duration) to 0 in the blink configuration code

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@srikanth-vv srikanth-vv merged commit 580c83c into develop Dec 2, 2025
10 of 11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants