Skip to content

Commit b80001d

Browse files
authored
Update Readme.md
1 parent 0ac8b21 commit b80001d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ES9038/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#32 bit ES9038
1+
# 32 bit ES9038
22

33
For those who have a board with a 32bit DAC
44
[DJ202](https://github.com/dj202) sent us a solution:
@@ -16,4 +16,4 @@ m_samplesBuff48K[outputIndex * 2] = clipToInt16(outLeft);
1616
m_samplesBuff48K[outputIndex * 2 + 1] = 0x00;
1717
m_samplesBuff48K[outputIndex * 2 + 2] = clipToInt16(outRight);
1818
m_samplesBuff48K[outputIndex * 2 + 3] = 0x00;
19-
````
19+
````

0 commit comments

Comments
 (0)