From c5cd84282aece77b60386a77abed238dd6b2fcdf Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 14 Mar 2019 17:16:26 -0400 Subject: commands.c: fix bug that prevented no-argument commands from executing --- doc/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index be9ba42..f517349 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,3 +1,7 @@ +- move format_ip() from common.(c|h) to a new formatip.(c|h). Then + eliminate all printf() calls from fujimenu.c and makeauto.c. This + should reduce the binary size & speed up initial loads. + - port rs232.h code to new serial.h cc65 API, so we aren't stuck using old versions of cc65. -- cgit v1.2.3