--- nono/vm/mpu.h 2026/04/29 17:04:52 1.1.1.7 +++ nono/vm/mpu.h 2026/04/29 17:04:55 1.1.1.8 @@ -14,7 +14,7 @@ class MPUDevice : public Device { using inherited = Device; public: - MPUDevice(); + MPUDevice(const std::string& objname_); virtual ~MPUDevice() override; bool Init() override;