Skip to content

Commit e45f499

Browse files
committed
remove unwanted print
1 parent 864ba47 commit e45f499

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utility/portentaBreakoutAnalog.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ class HRTIMPWMClass {
145145
if (pulse > 100) {
146146
pulse = 100;
147147
}
148-
Serial.println(pulse);
149-
150148
sConfig_compare.CompareValue = (sConfig_time_base.Period * pulse);
151149
if (HAL_HRTIM_WaveformCompareConfig(&HrtimHandle, HRTIM_TIMERINDEX_TIMER_E, HRTIM_COMPAREUNIT_2, &sConfig_compare) != HAL_OK)
152150
{

0 commit comments

Comments
 (0)