Commit e6671b5
applications: nrf5340_audio: fix headset_dfu configuration
The FILE_SUFFIX=release was intended to go into `ipc_radio` image.
The applications/nrf5340_audio/sysbuild/ipc_radio/prj_release.conf
should be used, but the file
applications/nrf5340_audio/sysbuild/ipc_radio/prj.conf
was used. This commit fixes that.
The FILE_SUFFIX=fota still is applied to the mcuboot image and the
main application image as it was before.
Signed-off-by: Andrzej Kuros <[email protected]>1 parent e6b53e4 commit e6671b5
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | 44 | | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments