Skip to content

Commit

Permalink
Dont use deprecated threading target property
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Feb 22, 2024
1 parent 3eb3dcb commit cb1aecf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/HelloWorld/src/HelloWorld.lf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
target C {
platform: "Zephyr",
threading: false
single-threaded: true
};

main reactor {
Expand Down
2 changes: 1 addition & 1 deletion apps/NrfBlinky/src/NrfBlinky.lf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target C {
name: "Zephyr",
board: nrf52dk_nrf52832,
},
threading: false
single-threaded: true
}

preamble {=
Expand Down
2 changes: 1 addition & 1 deletion apps/NrfBlinky/src/NrfToggleGPIO.lf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target C {
name: "Zephyr",
board: nrf52dk_nrf52832,
},
threading: false,
single-threaded: true,
}

preamble {=
Expand Down

0 comments on commit cb1aecf

Please sign in to comment.