rename to configuredSuccessfully()

master
Rohit Grover 2014-11-28 12:00:33 +00:00
parent 3536e5a2b2
commit 617a754082
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public:
ble.onDataWritten(this, &URIBeacon2Service::onDataWritten);
}
bool initialized(void) const {
bool configuredSuccessfully(void) const {
return initSucceeded;
}