From 29b51c0dfdd27de76b489cd77ea70d25d9d74fdc Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Apr 2026 06:24:18 -0400 Subject: Zero the BSS in the throwaway STARTUP segment. 7764 bytes free. --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index cfc9641..3b24182 100644 --- a/src/main.c +++ b/src/main.c @@ -132,8 +132,6 @@ void main(void) { bell_type = config.alert_type; /* TODO: have bell.s read staight from the struct */ edbox_clear(); - scr_init(); - init_channels(); while(1) { if(fn_connect()) { -- cgit v1.2.3