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.
Diff: DualShockMod.cpp
- Revision:
- 1:8a67adccebd9
- Parent:
- 0:d14e21c64226
- Child:
- 2:9dae549ae1b4
--- a/DualShockMod.cpp Fri Sep 13 11:18:21 2019 +0000
+++ b/DualShockMod.cpp Wed Sep 18 14:14:01 2019 +0000
@@ -11,9 +11,9 @@
void ReStartDS(void) {
check = 0;
-// printf("DSint1\r\n");
- recv_posdata = (*ds_serial).getc();
-// printf("DSint2\r\n");
+ printf("DSint1\r\n");
+// recv_posdata = (*ds_serial).getc();
+ printf("DSint2\r\n");
}
uint8_t InitDS(Serial* f_serial) {