Skip to content

Commit

Permalink
Format adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Aug 26, 2024
1 parent c01086e commit 716c465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/furble/Fujifilm.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Fujifilm: public Camera {
void print(void);
void notify(NimBLERemoteCharacteristic *, uint8_t *, size_t, bool);
void sendGeoData(gps_t &gps, timesync_t &timesync);

template <std::size_t N>
void sendShutterCommand(const std::array<uint8_t, N> &cmd, const std::array<uint8_t, N> &param);

Expand Down

0 comments on commit 716c465

Please sign in to comment.