mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
* Since the transcore has a ticker process, it really should be a subsystem. Converted it over. However, because its ticker is so fast, I did not bother implementing MC_TICK_CHECK into it. Therefore it has the SS_NO_TICK_CHECK flag. * Because its a subsystem, the global variable is now SStranscore instead of transcore. * Because subsystems are so easy to debug, I removed the "TC" debugging variable from the machines that used it. * Organized a few files. The transcore subsystem is in the subsystems folder. Defines had to be moved to defines folder so they are included first.