diff options
| author | Keith Packard <keithp@keithp.com> | 2017-07-23 16:37:27 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-07-23 16:42:36 -0700 |
| commit | 198a3d4d5f51de5c0f0413299582479cde4e177f (patch) | |
| tree | f0e0f84ebce076e7a252f358e3ea68b7c6538813 /altosui/Makefile.am | |
| parent | c7c2fc2d85414fefda0a7948a6c4e38f65140861 (diff) | |
altosui: Rename AltosConfig -> AltosConfigFC
Now the class name says that this configures the flight computer.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index df022c40..720cae7f 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -14,8 +14,8 @@ altosui_JAVA = \ AltosAscent.java \ AltosChannelMenu.java \ AltosCompanionInfo.java \ - AltosConfig.java \ - AltosConfigUI.java \ + AltosConfigFC.java \ + AltosConfigFCUI.java \ AltosConfigPyroUI.java \ AltosConfigureUI.java \ AltosConfigTD.java \ |
