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

Commit

Permalink
DM: docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed Nov 1, 2018
1 parent aaa27a8 commit 5eef668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Adafruit_QSPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void Adafruit_QSPI::begin() {
@param txData pointer to the data to be written.
@param rxData pointer to where read data should be stored.
@param size the number of bytes to read.
@param invalidateCache manual cache management. Only use this parameter if you know what you're doing. Defaults to true.
*/
/**************************************************************************/
void Adafruit_QSPI::runInstruction(const QSPIInstr *instr, uint32_t addr, uint8_t *txData, uint8_t *rxData, uint32_t size, bool invalidateCache)
Expand Down
1 change: 1 addition & 0 deletions Adafruit_QSPI_Generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ byte Adafruit_QSPI_Generic::read8(uint32_t addr)
@param addr the address to read from
@param data the pointer to where the read data will be stored
@param size the number of bytes to read
@param invalidateCache manual cache management. Only use this parameter if you know what you're doing. Defaults to true.
@returns true
*/
/**************************************************************************/
Expand Down

0 comments on commit 5eef668

Please sign in to comment.