Skip to content

Refactor announcement manager variable naming#2

Open
andimik wants to merge 1 commit intosekz:masterfrom
andimik:master
Open

Refactor announcement manager variable naming#2
andimik wants to merge 1 commit intosekz:masterfrom
andimik:master

Conversation

@andimik
Copy link
Copy Markdown

@andimik andimik commented Nov 24, 2025

Prevents the following compilation error

radio_controller.cpp:1928:10: error: ‘m_announcementManager’ was not declared in this scope; did you mean ‘AnnouncementManager’?
 1928 |     if (!m_announcementManager) {
      |          ^~~~~~~~~~~~~~~~~~~~~
      |          AnnouncementManager

Building with BUILD_E2E_TESTS=OFF was successful afterwards.

Prevents error

```
radio_controller.cpp:1928:10: error: ‘m_announcementManager’ was not declared in this scope; did you mean ‘AnnouncementManager’?
 1928 |     if (!m_announcementManager) {
      |          ^~~~~~~~~~~~~~~~~~~~~
      |          AnnouncementManager
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant