Fix casing on all include lines.

This commit is contained in:
2021-08-19 02:32:07 +00:00
parent 828b5f9a5e
commit 37cbab7724
9 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
runoncepath("lib/throttle").
runoncepath("lib/navigation").
RunOncePath("lib/throttle").
RunOncePath("lib/navigation").
// Calculate the direction to lock during ascent.
function getAscentDir {

View File

@ -5,7 +5,7 @@
//
// Do not include both this and stabilize_helicopter.ks in one program.
runoncepath("/lib/sensors").
RunOncePath("/lib/sensors").
// Convenience function for landing operations. Hover over a point with a negative velocity, shutting down on landing.
function Land {