File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 30
30
31
31
#include " mbed.h"
32
32
33
+ /* *************************************************************************************
34
+ * DEFINES
35
+ **************************************************************************************/
36
+
37
+ #define BRACCIO_POWER_DEBUG_ENABLE
38
+
33
39
/* *************************************************************************************
34
40
* FUNCTION DECLARATION
35
41
**************************************************************************************/
@@ -455,7 +461,9 @@ void BraccioClass::pd_thread_func()
455
461
last_time_ask_pps = millis ();
456
462
}
457
463
_PD_UFP.run ();
464
+ #ifdef BRACCIO_POWER_DEBUG_ENABLE
458
465
_PD_UFP.print_status (Serial);
466
+ #endif
459
467
460
468
/* Set up the next time this loop is called. */
461
469
if (flags & PD_IRQ_EVENT_FLAG)
You can’t perform that action at this time.
0 commit comments