--- nono/vm/lance.cpp 2026/04/29 17:04:28 1.1 +++ nono/vm/lance.cpp 2026/04/29 17:04:29 1.1.1.2 @@ -27,13 +27,13 @@ LanceDevice::LanceDevice() rx_event.func = (DeviceCallback_t)&LanceDevice::Callback; rx_event.code = 0; rx_event.time = 0; // 都度設定する - rx_event.name = "Lance RX"; + rx_event.SetName("Lance RX"); tx_event.dev = this; tx_event.func = (DeviceCallback_t)&LanceDevice::Callback; tx_event.code = 0; tx_event.time = 0; // 都度設定する - tx_event.name = "Lance TX"; + tx_event.SetName("Lance TX"); } LanceDevice::~LanceDevice()