Split up games into separate files

This commit is contained in:
Scott Lahteine
2019-04-04 03:06:19 -05:00
parent 27a4927ed1
commit 240ea1bbb3
11 changed files with 1325 additions and 1019 deletions

View File

@ -673,7 +673,7 @@ class Temperature {
#if ENABLED(NO_FAN_SLOWING_IN_PID_TUNING)
static bool adaptive_fan_slowing;
#elif ENABLED(ADAPTIVE_FAN_SLOWING)
constexpr static bool adaptive_fan_slowing = true;
static constexpr bool adaptive_fan_slowing = true;
#endif
/**