Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:d5d603c7e5b6, committed 2021-03-30
- Comitter:
- adimmit
- Date:
- Tue Mar 30 18:13:24 2021 +0000
- Parent:
- 2:32f69175c78e
- Child:
- 4:e8c1b3f8fc6c
- Commit message:
- removed print
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 30 14:11:55 2021 +0000
+++ b/main.cpp Tue Mar 30 18:13:24 2021 +0000
@@ -433,7 +433,7 @@
((uint16_t*)(&spi_command))[i] = rx_buff[i];
//pc.printf("WORD %d RECIEVED: %d\n", i, rx_buff[i]);
}
- print_SPI_command();
+ //print_SPI_command();
// run control, which fills in tx_buff for the next iteration
/*