Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
fix doxygen ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 5, 2019
1 parent 7addbc2 commit 66676cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adafruit_QSPI.h
Expand Up @@ -108,7 +108,7 @@ class Adafruit_QSPI
/// @return true if success
virtual bool readMemory(uint32_t addr, uint8_t *buffer, uint32_t len) = 0;

/// Write data to external flash contents, flash sector must be previously erased by \ref eraseSector() first.
/// Write data to external flash contents, flash sector must be previously erased first.
/// Typically it uses quad write command 0x32
/// @param addr address to read
/// @param data writing data
Expand Down

0 comments on commit 66676cc

Please sign in to comment.