Moved os function to os and finished wrapping all calls.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s

This commit is contained in:
Willem Cazander 2024-07-07 16:33:49 +02:00
parent 4523aa26eb
commit 349120b8f5
22 changed files with 304 additions and 308 deletions

View file

@ -25,3 +25,4 @@ define mb_flight_video_merge
$(call mb_make_call,mb_make_echo_good,Flight video completed)
endef
MB_DOC_FIRE_FUNCTION += $(call mb_make_call,mb_doc_function,mb_flight_video_merge,"Merged all flight videos to one.","<dir>")