misc. pointer formatting
This commit is contained in:
@@ -177,7 +177,7 @@ private:
|
||||
uint8_t cardCommand(const uint8_t cmd, const uint32_t arg);
|
||||
|
||||
bool readData(uint8_t *dst, const uint16_t count);
|
||||
bool readRegister(const uint8_t cmd, void* buf);
|
||||
bool readRegister(const uint8_t cmd, void *buf);
|
||||
void chipDeselect();
|
||||
void chipSelect();
|
||||
inline void type(const uint8_t value) { type_ = value; }
|
||||
|
||||
Reference in New Issue
Block a user