Skip to content

Fix bootloader swo debug output undeclared variable with cortex-m3#57

Open
SeconetStefanW wants to merge 1 commit intoSiliconLabs:gsdk_4.4from
SeconetStefanW:gsdk_4.4
Open

Fix bootloader swo debug output undeclared variable with cortex-m3#57
SeconetStefanW wants to merge 1 commit intoSiliconLabs:gsdk_4.4from
SeconetStefanW:gsdk_4.4

Conversation

@SeconetStefanW
Copy link
Copy Markdown

If the geko bootloader is used with a cortex-m3 processor (EFM32JG1B200), the project will not compile. This is due to the use of a variable which is not defined, as the declaration is not included by a preprocessor instruction. The variable may therefore only be used if it has also been declared.

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