summaryrefslogtreecommitdiffhomepage
path: root/tracker-trackhat/trackhat.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-18 13:30:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-03-29 00:04:48 +0200
commit0cf87749cecd6e225b1a96e1993b234cfa59033b (patch)
tree89a9771e95457ee4983575e04447be4b377540e0 /tracker-trackhat/trackhat.hpp
parentc94045c007c7e91dd0cf5ecd8836dbf9f9d7c864 (diff)
tracker/trackhat: split up init_regs() function
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r--tracker-trackhat/trackhat.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp
index a5b4bb3c..8820c1dc 100644
--- a/tracker-trackhat/trackhat.hpp
+++ b/tracker-trackhat/trackhat.hpp
@@ -127,6 +127,7 @@ private:
trackhat_impl::setting_receiver sig{true};
[[nodiscard]] bool init_regs();
+ bool set_regs(const uint8_t (*regs)[3], unsigned len);
void set_pt_options();
camera_handle device;