2021-08-02 04:06:43 +00:00
|
|
|
runoncepath("0:/lib/boot").
|
2021-07-23 20:04:26 +00:00
|
|
|
|
2021-08-02 04:06:43 +00:00
|
|
|
parameter debug is false.
|
2021-07-23 20:04:26 +00:00
|
|
|
|
2021-08-08 04:15:28 +00:00
|
|
|
local compiled is List(
|
|
|
|
"/lib/stabilize_helicopter",
|
|
|
|
"/lib/ui"
|
|
|
|
).
|
|
|
|
|
2021-08-02 04:06:43 +00:00
|
|
|
Bootstrap(
|
|
|
|
"/boot/helicopter",
|
2021-08-04 22:41:13 +00:00
|
|
|
"/prog/helicopter",
|
2021-08-08 04:15:28 +00:00
|
|
|
compiled,
|
|
|
|
List(), // no copied files
|
2021-08-02 04:06:43 +00:00
|
|
|
debug
|
|
|
|
).
|