Skip to content

Update wiring_private.h to include stdarg.h #253

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
May 21, 2018
Merged

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented May 19, 2018

va_start & va_end was not defined
To have them defined include wiring_private.h

Fix #240

va_start & va_end was not defined
To have them defined include wiring_private.h

Fix stm32duino#240

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added enhancement New feature or request arduino compatibility labels May 19, 2018
@fpistm fpistm self-assigned this May 19, 2018
fpistm added a commit to fpistm/KonnektingDeviceLibrary that referenced this pull request May 19, 2018
Remove workarounf for va_start and va_end not defined

See:
stm32duino/Arduino_Core_STM32#240

Fix:
stm32duino/Arduino_Core_STM32#253

Signed-off-by: Frederic Pillon <[email protected]>
fpistm added a commit to fpistm/KonnektingDeviceLibrary that referenced this pull request May 19, 2018
Remove workaround for va_start and va_end not defined
Include wiring_private.h

See:
stm32duino/Arduino_Core_STM32#240

Fix:
stm32duino/Arduino_Core_STM32#253

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added the waiting feedback Further information is required label May 19, 2018
@fpistm fpistm merged commit dcf191f into stm32duino:master May 21, 2018
@fpistm fpistm deleted the stdarg branch May 21, 2018 07:12
tuxedo0801 pushed a commit to KONNEKTING/KonnektingDeviceLibrary that referenced this pull request Jun 11, 2018
Remove workaround for va_start and va_end not defined
Include wiring_private.h

See:
stm32duino/Arduino_Core_STM32#240

Fix:
stm32duino/Arduino_Core_STM32#253

Signed-off-by: Frederic Pillon <[email protected]>
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Update wiring_private.h to include stdarg.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino compatibility enhancement New feature or request waiting feedback Further information is required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant