8 lines
108 B
C
8 lines
108 B
C
#ifndef WUEHANS_CONFIG_H
|
|
#define WUEHANS_CONFIG_H
|
|
|
|
// Heap Size in Bytes
|
|
#define HEAP_SIZE 0x800000
|
|
|
|
#endif
|