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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding pitch support #2564
Adding pitch support #2564
Changes from 7 commits
f41ff6d
5a8b4a5
7a0ad39
411d0d1
f2a4d06
fc13519
5c3f52c
ed73f2b
04fb025
fd4c693
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting errors here:
There must be a problem with the FLX_PITCH definition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the #if shouldn't be here,
FLX_PITCH
andFLX_NO_PITCH
will always be inversions of each other, you need to define FLX_PITCH here:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why it shouldn't be there?
afaik, defineInversion is for stuff that has 2 sides, the yes and the no version, which, what
defineInversions()
does afaik.defineHelperDefines() only adds defines depending if it can help the first thing
unless I'm overlooking things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the other inversion are wrapped in #ifs, take a look at what
defineInversion() actually does. I believe this is the reason flash is failing