sys.h 100 B

123456
  1. #ifndef SYS_H
  2. #define SYS_H
  3. #define SRAM_SIZE 32768 /* Size of builtin SRAM */
  4. #endif /* SYS_H */