mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
3 lines
89 B
C
3 lines
89 B
C
for (int n=0; n<{{PAYLOAD_LEN}}; n++) {
|
|
dest[n] = supermega_payload[n];
|
|
} |