diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-04-04 11:25:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-04-04 11:25:38 +0200 |
commit | 30642f0760d09478ec8778e76dc9a92261f73693 (patch) | |
tree | a9e3706f9fa6acc964a415c3993a270f6beb3f7e /tracker-trackhat/trackhat.hpp | |
parent | 56b668447c38fa0222048c6eef63f65bc18cc989 (diff) |
tracker/trackhat: set all regs at once
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r-- | tracker-trackhat/trackhat.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp index 04ccfa4c..ff6f2eec 100644 --- a/tracker-trackhat/trackhat.hpp +++ b/tracker-trackhat/trackhat.hpp @@ -130,7 +130,6 @@ 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; |