mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
remove debug statements
This commit is contained in:
parent
505f692037
commit
df0c2bfd80
|
@ -88,9 +88,7 @@ bool spi_flash_write_data(uint32_t address, uint8_t *data, uint32_t data_length)
|
|||
address_to_bytes(address, request + 1);
|
||||
flash_enable();
|
||||
bool status = watch_spi_write(request, 4);
|
||||
printf("status? ");
|
||||
if (status) {
|
||||
printf("status! Writing %d bytes to %02x %02x %02x\n", data_length, request[1], request[2], request[3]);
|
||||
status = watch_spi_write(data, data_length);
|
||||
}
|
||||
flash_disable();
|
||||
|
|
Loading…
Reference in a new issue