diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-11-22 23:23:38 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-11-22 23:23:38 +0100 |
commit | 0e2228fae626ec617a6a1f042ceb6dbdbd774558 (patch) | |
tree | af9ca3948b37538f474987ec7e0cda5d554e7e9d /apps | |
parent | b6c6fdf032ff76f31ae37e3f0f20895684f9e9f0 (diff) | |
download | ble-toys-0e2228fae626ec617a6a1f042ceb6dbdbd774558.tar.gz ble-toys-0e2228fae626ec617a6a1f042ceb6dbdbd774558.tar.bz2 ble-toys-0e2228fae626ec617a6a1f042ceb6dbdbd774558.tar.xz ble-toys-0e2228fae626ec617a6a1f042ceb6dbdbd774558.zip |
o Compiling everything again.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ble-inspect-device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ble-inspect-device.cpp b/apps/ble-inspect-device.cpp index c07879b..a6665b3 100644 --- a/apps/ble-inspect-device.cpp +++ b/apps/ble-inspect-device.cpp @@ -44,7 +44,7 @@ public: << endl; for (auto &c : characteristics) { - cout << "Characteristic: UUID: " << c->getUuid() << ", properties: " << (int) c->getProperties() + cout << "Characteristic: UUID: " << c->getUuid() << ", properties: " << (uint16_t) c->getProperties() << endl; } } |