run autoformatting
This commit is contained in:
parent
719a996662
commit
ff37961592
1 changed files with 2 additions and 2 deletions
|
|
@ -280,8 +280,8 @@ int8_t Adafruit_Floppy::track(void) { return _track; }
|
|||
@return Number of pulses we actually captured
|
||||
*/
|
||||
/**************************************************************************/
|
||||
__attribute__((optimize("O3")))
|
||||
uint32_t Adafruit_Floppy::capture_track(uint8_t *pulses, uint32_t max_pulses) {
|
||||
__attribute__((optimize("O3"))) uint32_t
|
||||
Adafruit_Floppy::capture_track(uint8_t *pulses, uint32_t max_pulses) {
|
||||
unsigned pulse_count;
|
||||
uint8_t *pulses_ptr = pulses;
|
||||
uint8_t *pulses_end = pulses + max_pulses;
|
||||
|
|
|
|||
Loading…
Reference in a new issue