Cleanup warnings
This commit is contained in:
parent
6904561fd5
commit
0cb00f52d9
22 changed files with 238 additions and 224 deletions
|
|
@ -171,7 +171,7 @@
|
|||
UNUSED(response);
|
||||
}
|
||||
|
||||
static void spiSend(const uint8_t* buf, size_t n) {
|
||||
void spiSend(const uint8_t* buf, size_t n) {
|
||||
uint8_t response;
|
||||
if (n == 0) return;
|
||||
for (uint16_t i = 0; i < n; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue