Move main program files to 'prog', add support for CLI-based interfaces (no boot file).
This commit is contained in:
@ -4,7 +4,7 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/helicopter",
|
||||
"/init/helicopter",
|
||||
"/prog/helicopter",
|
||||
list("/lib/stabilize_helicopter"),
|
||||
list("/lib/ui"),
|
||||
debug
|
||||
|
@ -16,7 +16,7 @@ local copied is list(
|
||||
|
||||
Bootstrap(
|
||||
"/boot/rocket",
|
||||
"/init/rocket",
|
||||
"/prog/rocket",
|
||||
compiled,
|
||||
copied,
|
||||
debug
|
||||
|
Reference in New Issue
Block a user