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.
Dependencies: mbed
Diff: Debug.h
- Revision:
- 29:207111ffd6e6
- Parent:
- 15:1c67f064278e
- Child:
- 30:08cc4ec58d07
--- a/Debug.h Mon May 25 10:46:02 2020 +0000
+++ b/Debug.h Mon May 25 20:00:31 2020 +0000
@@ -47,10 +47,10 @@
bool run_pulse_debug()
{
int passed=0;
- if(pulse_debug(50,0,65535))passed++;
- if(pulse_debug(50,512,65535))passed++;
- if(pulse_debug(50,513,0))passed++;
- if(pulse_debug(1,10,65535))passed++;
+ if(pulse_debug(50,0,58981))passed++;
+ if(pulse_debug(50,512,58981))passed++;
+ if(pulse_debug(50,513,6553))passed++;
+ if(pulse_debug(1,10,58981))passed++;
if (passed==4) {
printf("Pulse debug PASS\n");