examples: add simple work_item example module

This commit is contained in:
Daniel Agar
2020-04-05 10:20:19 -04:00
parent 1d164c0dbd
commit ad559a66a1
40 changed files with 309 additions and 2 deletions

View File

@@ -129,4 +129,5 @@ px4_add_board(
#px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
#rover_steering_control # Rover example app
#uuv_example_app
#work_item
)