//#define RAM_SIZE (64 * 1024) // Full range, DEBUG mode
#define RAM_SIZE (64 * 1024) // 55KiB
#define RAM_BASE (0x00) // 0
intcreateRAM(uint8_t**ram);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.