Skip to content

Commit

Permalink
Update render_c.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Sep 2, 2024
1 parent 8967f12 commit ee86044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/Plugins/Audio/ESP8266SAM/render_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MODULE_PART void Write(unsigned char p, unsigned char Y, unsigned char value) {
}
p -= 168;
rp = rpt[p];
rp[p] = Y;
rp[Y] = value;
}


Expand Down

0 comments on commit ee86044

Please sign in to comment.