Prusa-Firmware-MMU/tests/unit/modules/stubs/stub_eeprom.h

12 lines
133 B
C++

#pragma once
#include <stdint.h>
namespace hal {
namespace eeprom {
void ClearEEPROM();
} // namespace eeprom
} // namespace hal