Skip to content

Commit

Permalink
make mailboxes public
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Jan 23, 2025
1 parent c09beec commit f1a7d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethercat_controller/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pub type SlaveNames = HashMap<String, SlavePos>;
pub type SlaveSetup = HashMap<SlavePos, bool>;
pub type MailboxPdoEntries = HashMap<SlavePos, Vec<String>>;

mod mailboxes;
pub mod mailboxes;
mod watchdog;

0 comments on commit f1a7d77

Please sign in to comment.