mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/mtd_spi_nor: add ; after DEBUG()
This commit is contained in:
parent
55454e9301
commit
8c5b898ed4
@ -257,7 +257,7 @@ static int mtd_spi_read_jedec_id(const mtd_spi_nor_t *dev, mtd_jedec_id_t *out)
|
||||
uint8_t bank = 0;
|
||||
while (buffer[bank] == JEDEC_NEXT_BANK) {
|
||||
if (++bank == JEDEC_BANK_MAX) {
|
||||
DEBUG_PUTS("mtd_spi_read_jedec_id: bank out of bounds\n")
|
||||
DEBUG_PUTS("mtd_spi_read_jedec_id: bank out of bounds\n");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user