aboutsummaryrefslogtreecommitdiff
path: root/apps/ble-bts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ble-bts.cpp')
-rw-r--r--apps/ble-bts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ble-bts.cpp b/apps/ble-bts.cpp
index 1e76f60..82d6d43 100644
--- a/apps/ble-bts.cpp
+++ b/apps/ble-bts.cpp
@@ -94,7 +94,7 @@ public:
cout << "bytes " << buf.getSize() << endl;
for (int i = 0; i < buf.getSize(); i++) {
- cout << "byte " << i << " = " << hex << buf.get8(i) << endl;
+ cout << "byte " << i << " = " << hex << buf.peek8(i) << endl;
}
}
};