From 563400b74ba80a5ee686eefcb448c59b0700bcd4 Mon Sep 17 00:00:00 2001 From: Comerm28 Date: Sun, 22 Sep 2024 22:32:05 -0400 Subject: [PATCH] small change in baselaunchcontroller --- lib/systems/include/BaseLaunchController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/systems/include/BaseLaunchController.h b/lib/systems/include/BaseLaunchController.h index 9a7bdd73..720e0cc8 100644 --- a/lib/systems/include/BaseLaunchController.h +++ b/lib/systems/include/BaseLaunchController.h @@ -14,7 +14,7 @@ enum class LaunchStates_e LAUNCHING }; -/// @brief contains constants for tick behavior and progression +/// @brief contains constants for tick behavior/progression and defaults namespace BaseLaunchControllerParams { const int16_t DEFAULT_LAUNCH_SPEED_TARGET = 1500;