Skip to content

va_start & va_end added #241

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

Closed
wants to merge 1 commit into from
Closed

va_start & va_end added #241

wants to merge 1 commit into from

Conversation

Adminius
Copy link
Contributor

@Adminius Adminius commented May 5, 2018

solves issue #240

Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will not merge this.

@@ -52,4 +53,7 @@
#define clockCyclesToMicroseconds(a) ( ((a) * 1000L) / (SystemCoreClock / 1000L) )
#define microsecondsToClockCycles(a) ( (a) * (SystemCoreClock / 1000000L) )

#define va_start(v,l) __builtin_va_start(v,l)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those lines are not needed if you include also stdio.h.
Anyway, I will investigate to include them using wiring_private.h to be aligned with Arduino as mentioned in #240.

@Adminius
Copy link
Contributor Author

we have to look for better way...

@Adminius Adminius closed this May 17, 2018
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