Skip to content

Commit

Permalink
fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 28, 2024
1 parent e1ad01f commit 0404b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Adafruit_FlashCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class Adafruit_FlashCache {
bool sync(Adafruit_SPIFlashBase *fl);
bool write(Adafruit_SPIFlashBase *fl, uint32_t dst, void const *src,
uint32_t len);
bool read(Adafruit_SPIFlashBase *fl, uint32_t addr, uint8_t *dst, uint32_t count);
bool read(Adafruit_SPIFlashBase *fl, uint32_t addr, uint8_t *dst,
uint32_t count);
};

#endif /* ADAFRUIT_FLASHCACHE_H_ */

0 comments on commit 0404b97

Please sign in to comment.