Skip to content

Commit 50548cf

Browse files
MPAE-16773: updates
1 parent c3efad8 commit 50548cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NCO-Pulse-Length-Demo/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ void NCO_Pulse_Length_Demo(void)
8080
/* Configure the pulse-length to 128 clock cycles */
8181
TCF0_NCO_PulseLengthSet(TCF_WGPULSE_CLK128_gc);
8282
83-
/* Delay for 27 us */
84-
_delay_us(27);
83+
/* Delay for 25 us */
84+
_delay_us(25);
8585
8686
/* Stop the timer */
8787
TCF0_Stop();

0 commit comments

Comments
 (0)