From 7247ff74f3cb130824886ffb2794b6c6a28471f5 Mon Sep 17 00:00:00 2001 From: Mike Bernard Date: Tue, 10 Nov 2020 23:18:28 -0500 Subject: [PATCH] fix typo into>int --- src/mission_constants.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mission_constants.hh b/src/mission_constants.hh index 4b100f2..283f954 100644 --- a/src/mission_constants.hh +++ b/src/mission_constants.hh @@ -72,7 +72,7 @@ const int B_LED_2 = 9; // TODO: add description const int G_LED_2 = 8; // TODO: add description // Pyro TODO: more descriptive name? -const into PYRO_PIN = 22; // TODO: add description +const int PYRO_PIN = 22; // TODO: add description // Thrust-Vector Controller (TVC) const int TVC_TOP_PIN = 5; // TODO: add description