FDCAN: Remove history from comments.

This commit is contained in:
Corey Schuhen 2024-02-25 10:00:17 +10:00
parent 1327a644b6
commit a737a7350e
2 changed files with 2 additions and 2 deletions
embassy-stm32/src/can/fd

View file

@ -1,5 +1,5 @@
//! Configuration for FDCAN Module
//! Note: This file is copied and modified from fdcan crate by Richard Meadows
// Note: This file is copied and modified from fdcan crate by Richard Meadows
use core::num::{NonZeroU16, NonZeroU8};

View file

@ -1,5 +1,5 @@
//! Definition of Filter structs for FDCAN Module
//! Note: This file is copied and modified from fdcan crate by Richard Meadows
// Note: This file is copied and modified from fdcan crate by Richard Meadows
use embedded_can::{ExtendedId, StandardId};