Skip to content

Commit b95160d

Browse files
committed
v1.0 final
1 parent e1f258c commit b95160d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SPIFlash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void SPIFlash::_printPageBytes(uint8_t *page_buffer) {
194194
// Public functions used for read, write and erase operations //
195195
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
196196

197-
//Checks for and initiates the chip by requesting JEDEC ID which is returned as a 32 bit int
197+
//Checks for and initiates the chip by requesting JEDEC ID which is returned as 3 bytes
198198
uint32_t SPIFlash::getID(void) {
199199

200200
byte b1, b2, b3;

0 commit comments

Comments
 (0)