Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
DeqingSun committed Apr 5, 2021
1 parent 493b4c5 commit 988d8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Adafruit_AVRProg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,12 +732,12 @@ uint8_t Adafruit_AVRProg::internalRcCalibration() {

/**************************************************************************/
/*!
@brief Function to write a byte to certain address in Flash without
@brief Function to write a byte to certain address in flash without
page erase. Useful for parameters.
@param Flash address you want to write to.
@param addr Flash address you want to write to.
@param pagesize The flash-page size of this chip, in bytes. Check
datasheet!
@param The byte you want to write to.
@param content The byte you want to write to.
@return True if flashing worked out.
*/
/**************************************************************************/
Expand Down

0 comments on commit 988d8ea

Please sign in to comment.