From 616cf61583aca021988322bef534a28ea66b5fe5 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Fri, 10 Mar 2023 13:54:27 +0100 Subject: [PATCH] Revert --- Firmware/mmu2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/mmu2.h b/Firmware/mmu2.h index ac349f73e..f21fe614e 100644 --- a/Firmware/mmu2.h +++ b/Firmware/mmu2.h @@ -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: