Skip to content

Commit bce0afa

Browse files
author
Alexander Homeodor Golovanov
committed
setStartStopCallback clang-formatted
1 parent 26c9300 commit bce0afa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/arduino/msc/Adafruit_USBD_MSC.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class Adafruit_USBD_MSC : public Adafruit_USBD_Interface {
3636
typedef void (*flush_callback_t)(void);
3737
typedef bool (*ready_callback_t)(void);
3838
typedef bool (*writable_callback_t)(void);
39-
typedef bool (*start_stop_callback_t)(uint8_t power_condition, bool start, bool load_eject);
39+
typedef bool (*start_stop_callback_t)(uint8_t power_condition, bool start,
40+
bool load_eject);
4041

4142
Adafruit_USBD_MSC(void);
4243

@@ -120,7 +121,8 @@ class Adafruit_USBD_MSC : public Adafruit_USBD_Interface {
120121
uint8_t *buffer, uint32_t bufsize);
121122
friend void tud_msc_write10_complete_cb(uint8_t lun);
122123
friend bool tud_msc_is_writable_cb(uint8_t lun);
123-
friend bool tud_msc_start_stop_cb(uint8_t lun, uint8_t power_condition, bool start, bool load_eject);
124+
friend bool tud_msc_start_stop_cb(uint8_t lun, uint8_t power_condition,
125+
bool start, bool load_eject);
124126
};
125127

126128
#endif /* ADAFRUIT_USBD_MSC_H_ */

0 commit comments

Comments
 (0)