add data to structs which were missing it

This commit is contained in:
Maple 2026-04-25 19:15:23 +02:00
commit 9d89bc56e0
3 changed files with 75 additions and 45 deletions

View file

@ -1,5 +1,5 @@
use macros::RmcSerialize;
#[derive(RmcSerialize)]
#[derive(RmcSerialize, Debug, Clone, Copy)]
#[rmc_struct(0)]
pub struct Data {}