Skip to content

Commit 3c77d89

Browse files
committed
Update content.md
1 parent 895dd30 commit 3c77d89

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-audio

1 file changed

+1
-1
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-audio/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ void setup()
625625
snprintf(msg, sizeof(msg), "Samples count = %i", samples_count); Serial.println(msg);
626626
627627
/* Configure the advanced DAC. */
628-
if (!dac0.begin(AN_RESOLUTION_12, header.sampleRate * 2, 256, 16)
628+
if (!dac0.begin(AN_RESOLUTION_12, header.sampleRate * 2, 256, 16))
629629
{
630630
Serial.println("Failed to start DAC1 !");
631631
return;

0 commit comments

Comments
 (0)