Skip to content

Commit

Permalink
Add LCD_CAM Camera driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominaezzz committed Apr 20, 2024
1 parent 3dfea21 commit 768eea0
Show file tree
Hide file tree
Showing 5 changed files with 980 additions and 4 deletions.
2 changes: 2 additions & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- ESP32-S3: Add LCD_CAM Camera driver (#0000)

### Fixed

### Changed
Expand Down
2 changes: 1 addition & 1 deletion esp-hal/src/dma/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ where
MODE: Mode,
{
pub tx: C::Tx<'d>,
pub(crate) rx: C::Rx<'d>,
pub rx: C::Rx<'d>,
phantom: PhantomData<MODE>,
}

Expand Down
Loading

0 comments on commit 768eea0

Please sign in to comment.