Skip to content

[STM32] Avoid using non standard constant #390

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

Merged
merged 1 commit into from
Jan 29, 2018
Merged

[STM32] Avoid using non standard constant #390

merged 1 commit into from
Jan 29, 2018

Conversation

fpistm
Copy link
Contributor

@fpistm fpistm commented Jan 29, 2018

AEND is an internal STM32 core constant and should not be used.
Replaced by (A0 + TOTAL_ANALOG_PINS)

AEND is an internal STM32 core constant and should not be used.
Replaced by (A0 + TOTAL_ANALOG_PINS)

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@soundanalogous soundanalogous merged commit e86d0fb into firmata:master Jan 29, 2018
@fpistm fpistm deleted the generic_constant branch January 29, 2018 20:50
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.

2 participants