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

DEFAULT_BUTTON_LONG is not defined in Makefile or SETTINGS #30

Closed
prensel opened this issue Feb 21, 2018 · 6 comments
Closed

DEFAULT_BUTTON_LONG is not defined in Makefile or SETTINGS #30

prensel opened this issue Feb 21, 2018 · 6 comments

Comments

@prensel
Copy link

prensel commented Feb 21, 2018

DEFAULT_BUTTON_LONG is not defined and causing an error.
Add this in Makefile and it will compile
SETTINGS += DEFAULT_BUTTON_LONG=BUTTON_ACTION_CYCLE_SETTINGS

@prensel prensel changed the title DEFAULT_BUTTON_LOG is not defined in Makefile or SETTINGS DEFAULT_BUTTON_LONG is not defined in Makefile or SETTINGS Feb 21, 2018
@iceman1001
Copy link
Owner

make a PR!

@WolfgangMau
Copy link

to be correct ... you needd to add (at least on osx):
SETTINGS += -DDEFAULT_BUTTON_LONG_ACTION
SETTINGS += -DEFAULT_BUTTON_LONG_ACTION=BUTTON_ACTION_CYCLE_SETTINGS

@bogiton
Copy link
Collaborator

bogiton commented Feb 21, 2018

Ah right, I forgot about the Makefile. I only added it in the Atmel Studio project file :P

@iceman1001
Copy link
Owner

@bogiton PR?

@bogiton
Copy link
Collaborator

bogiton commented Feb 21, 2018

I did commit to master :/ (sorry)

@bogiton bogiton closed this as completed Feb 21, 2018
@iceman1001
Copy link
Owner

haha. with powers comes responsibilities ;)

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

4 participants