Skip to content

Commit

Permalink
drivers/i2s: Fix missing dependency
Browse files Browse the repository at this point in the history
Package i2s has now i2s_stream that requires
util/stream that is missing in pkg.yml

Signed-off-by: Jerzy Kasenberg <[email protected]>
  • Loading branch information
kasjer committed Sep 6, 2024
1 parent 5862b40 commit 89ee1a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hw/drivers/i2s/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ pkg.description: I2S device insterace
pkg.author: "Apache Mynewt <[email protected]>"
pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
pkg.deps:

pkg.req_apis:
- I2S_HW_IMPL

pkg.deps:
- "@apache-mynewt-core/util/stream"

0 comments on commit 89ee1a1

Please sign in to comment.