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

BLEBoolCharacteristic missing from BLETypedCharacteristics.cpp #554

Open
RobertAtomic opened this issue May 22, 2017 · 0 comments
Open

BLEBoolCharacteristic missing from BLETypedCharacteristics.cpp #554

RobertAtomic opened this issue May 22, 2017 · 0 comments

Comments

@RobertAtomic
Copy link

BLEBoolCharacteristic is defined in BLETypedCharacteristics.h, but not implemented in BLETypedCharacteristics.cpp. This causes link errors when building if BLEBoolCharacteristic is used.

@novashah novashah added this to the Elnath milestone Jun 1, 2017
b100bf added a commit to b100bf/corelibs-arduino101 that referenced this issue Jun 26, 2017
Solving that issue: arduino#554
BLEBoolCharacteristic not implemented, causing error: "undefined reference to `BLEBoolCharacteristic::BLEBoolCharacteristic(char const*, unsigned char)'".
@kitsunami kitsunami removed this from the Elnath milestone Aug 30, 2017
b100bf referenced this issue in b100bf/corelibs-arduino101 Aug 31, 2017
Fix a bug BLEBoolCharacteristic not implemented (issue:01org#554)
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