This commit is contained in:
3d-gussner 2023-03-10 13:54:27 +01:00
parent 0cd807faf1
commit 616cf61583
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ struct Version {
};
/// Top-level interface between Logic and Marlin.
/// Intentionally named MMU to be (almost) a drop-in replacement for the previous implementation.
/// Intentionally named MMU2 to be (almost) a drop-in replacement for the previous implementation.
/// Most of the public methods share the original naming convention as well.
class MMU2 {
public: