Skip to content
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

Changing RED_MODE_AUX_CHAN to anything other than 0 causes errors #7

Open
LVNeptune opened this issue Mar 12, 2016 · 0 comments
Open

Comments

@LVNeptune
Copy link

I'm not 100% positive on this but I would assume that you are configuring the auxiliary channel either 1, 2, 3, or 4. (Channels 5-8) if I leave it at 0 it compiles just fine but when I change it to 1, 2, 3, or 4. I receive the following errors.

Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"

KISS_OSD.ino: In function 'void loop()':
KISS_OSD:590: error: 'RED_MODE_ACTIVE' was not declared in this scope
KISS_OSD.ino:596:10: note: in expansion of macro 'RED_MODE_ACTIVE'
KISS_OSD:590: error: expected ')' before 'AuxChanVals'
KISS_OSD.ino:596:10: note: in expansion of macro 'RED_MODE_ACTIVE'
'RED_MODE_ACTIVE' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

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

No branches or pull requests

1 participant