summaryrefslogtreecommitdiff
path: root/altosui/Makefile-standalone
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-07-23 16:37:27 -0700
committerKeith Packard <keithp@keithp.com>2017-07-23 16:42:36 -0700
commit198a3d4d5f51de5c0f0413299582479cde4e177f (patch)
treef0e0f84ebce076e7a252f358e3ea68b7c6538813 /altosui/Makefile-standalone
parentc7c2fc2d85414fefda0a7948a6c4e38f65140861 (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-standalone')
-rw-r--r--altosui/Makefile-standalone4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/Makefile-standalone b/altosui/Makefile-standalone
index cbaf9743..e5f41639 100644
--- a/altosui/Makefile-standalone
+++ b/altosui/Makefile-standalone
@@ -4,8 +4,8 @@ CLASSPATH=classes:./*:/usr/share/java/*
CLASSFILES=\
Altos.class \
AltosChannelMenu.class \
- AltosConfig.class \
- AltosConfigUI.class \
+ AltosConfigFC.class \
+ AltosConfigFCUI.class \
AltosConvert.class \
AltosCRCException.class \
AltosCSV.class \