//#define RAM_SIZE (64 * 1024) // Full range, DEBUG mode
#define RAM_BASE (0x00) // 0
intcreateRAM(uint8_t**ram);
voiddestroyRAM(uint8_t*ram);
#endif // RAM_H
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.