aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_fpga/gen_data_strings_v.py
diff options
context:
space:
mode:
Diffstat (limited to 'atk16_fpga/gen_data_strings_v.py')
-rwxr-xr-xatk16_fpga/gen_data_strings_v.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/atk16_fpga/gen_data_strings_v.py b/atk16_fpga/gen_data_strings_v.py
index afb374e..00f00e9 100755
--- a/atk16_fpga/gen_data_strings_v.py
+++ b/atk16_fpga/gen_data_strings_v.py
@@ -14,12 +14,4 @@ def gen(name, message):
print(f" end")
print("")
-gen("welcome", "Welcome to the ATK16 serial programmer. Press 'h' for help.\n")
-gen("help",
- "Help:\n" +
- " h - help\n" +
- " p - program\n"
-)
-gen("program_ready",
- "Ready to receive program data. Reset device after transmission.\n"
-)
+gen("welcome", "ATK16 serial programmer is ready to receive program data. Reset device after transmission.\n")