GWRAM.SYSTEM/ramtestpat.c

4 lines
95 B
C

#define RAMTESTPAT_SIZE 4097
char ramtestpat[RAMTESTPAT_SIZE] = {
1, 2, 3, 4, 5, 6, 7, 8, 9
};