modules: nanopb: Pull upstream fixes
Update nanopb with upstream fixes for selecting the correct protoc executable. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
1cc3f22980
commit
9910f1ef77
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
include_guard(GLOBAL)
|
||||
|
||||
set(NANOPB_SRC_ROOT_FOLDER ${ZEPHYR_NANOPB_MODULE_DIR})
|
||||
list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_NANOPB_MODULE_DIR}/extra)
|
||||
|
||||
find_package(Nanopb REQUIRED)
|
||||
|
|
|
@ -22,7 +22,7 @@ manifest:
|
|||
groups:
|
||||
- optional
|
||||
- name: nanopb
|
||||
revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474
|
||||
revision: 7f88274070afa5edfaf608f4d8e32f3d3c1de139
|
||||
path: modules/lib/nanopb
|
||||
remote: upstream
|
||||
groups:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue