Fix compiler error `a label can only be part of a statement and a de…#343
Open
LupusE wants to merge 2 commits intoRfidResearchGroup:mainfrom
Open
Fix compiler error `a label can only be part of a statement and a de…#343LupusE wants to merge 2 commits intoRfidResearchGroup:mainfrom
LupusE wants to merge 2 commits intoRfidResearchGroup:mainfrom
Conversation
…laration is not a statement`
|
You are welcome to add an entry to the CHANGELOG.md as well |
Contributor
|
You can also enclose the contents of the case within Here it would print a random value for You have the same kind of problem if you declare variables with the same name in two different cases, they would clash together So instead you can do |
Built artifacts for commit 5d2946fFirmwareClient |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…claration is not a statement`
It's only a compiler error, regarding to https://www.educative.io/answers/resolving-the-a-label-can-only-be-part-of-a-statement-error
The change was coming with https://github.com/RfidResearchGroup/ChameleonUltra/pull/314/changes#diff-8e81c0cb796bfec7b1cd15724c4adbeb5bc55bf89909f833de73d29e1ef4a608 and I have no Idea how it compiled before.