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

Resolve conflict with POSIX errno #94

Open
wants to merge 1 commit into
base: S130
Choose a base branch
from

Conversation

kdsoo
Copy link

@kdsoo kdsoo commented Dec 1, 2016

This patch is hot-fixing type conflict between
error_t in ble_error.h and POSIX errno.h
The effective boundary of error_t defined in ble_error.h
is restricted to nrf51822 code base so this patch is changing
the definition name of error_t to nrf_error_t.

Signed-off-by: Dongsoo Kim [email protected]

This patch is hot-fixing type conflict between
error_t in ble_error.h and POSIX errno.h
The effective boundary of error_t defined in ble_error.h
is restricted to nrf51822 code base so this patch is changing
the definition name of error_t to nrf_error_t.

Signed-off-by: Dongsoo Kim <[email protected]>
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.

1 participant