Fix duplicate //! headers in board.rs, update @brief, add // comments to lib.rs pub mod

- Remove duplicate //! @file/@brief/@author/@date blocks from all 8 board.rs
- Update original @brief to consistent 'Board-level HAL helpers for the XXX driver'
- Add // comment above pub mod in all 7 lib.rs files
- All 8 drivers build, all 75 tests pass
This commit is contained in:
Kevin Thomas
2026-03-25 18:45:41 -04:00
parent 3fc502854a
commit 450f84ef75
15 changed files with 15 additions and 48 deletions
+1
View File
@@ -5,4 +5,5 @@
#![no_std]
// Button driver module
pub mod button;