Prusa-Firmware/Firmware/mmu2_power.cpp

13 lines
165 B
C++

#include "mmu2_power.h"
namespace MMU2 {
// sadly, on MK3 we cannot do this on HW
void power_on() { }
void power_off() { }
void reset() { }
} // namespace MMU2