Format hex values as uppercase
This commit is contained in:
parent
77aa16005d
commit
ff0018e287
13 changed files with 201 additions and 201 deletions
|
|
@ -664,8 +664,8 @@ fail:
|
|||
bool Sd2Card::writeData(uint8_t token, const uint8_t* src) {
|
||||
spiSendBlock(token, src);
|
||||
|
||||
spiSend(0xff); // dummy crc
|
||||
spiSend(0xff); // dummy crc
|
||||
spiSend(0xFF); // dummy crc
|
||||
spiSend(0xFF); // dummy crc
|
||||
|
||||
status_ = spiRec();
|
||||
if ((status_ & DATA_RES_MASK) != DATA_RES_ACCEPTED) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue