diff options
| author | i509VCB <[email protected]> | 2025-09-04 14:10:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-04 14:10:23 +0000 |
| commit | f2de2ca16b4fdb623a73de4d349c68c7292a8f11 (patch) | |
| tree | 31597fb473c05b2aeeb5a305dd8c4763fb772e76 /embassy-mspm0/src/i2c.rs | |
| parent | 615fc36eb83e226492dd3dfd3bc4de95b1e2f065 (diff) | |
| parent | 338227c21abea9621887ed428c2272d7bdeeafdd (diff) | |
Merge pull request #4600 from i509VCB/c1105_c1106
mspm0: add mspm0c1105/6
Diffstat (limited to 'embassy-mspm0/src/i2c.rs')
| -rw-r--r-- | embassy-mspm0/src/i2c.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/src/i2c.rs b/embassy-mspm0/src/i2c.rs index 7e22bb724..1906e37ba 100644 --- a/embassy-mspm0/src/i2c.rs +++ b/embassy-mspm0/src/i2c.rs | |||
| @@ -195,7 +195,7 @@ impl Config { | |||
| 195 | .unwrap(); | 195 | .unwrap(); |
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | #[cfg(any(mspm0c110x))] | 198 | #[cfg(any(mspm0c110x, mspm0c1105_c1106))] |
| 199 | fn calculate_clock_source(&self) -> u32 { | 199 | fn calculate_clock_source(&self) -> u32 { |
| 200 | // Assume that BusClk has default value. | 200 | // Assume that BusClk has default value. |
| 201 | // TODO: calculate BusClk more precisely. | 201 | // TODO: calculate BusClk more precisely. |
