Skip to content

Commit

Permalink
fix typo into>int
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb15106 committed Nov 11, 2020
1 parent cbfcdd8 commit 7247ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mission_constants.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7247ff7

Please sign in to comment.