From b069daf1c007ce470c1b036db3e1e22daf1569da Mon Sep 17 00:00:00 2001 From: fujr Date: Thu, 7 Nov 2024 10:13:02 +0800 Subject: [PATCH] remove unused variable to fix #2 --- application/tom_modem/src/modem_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/application/tom_modem/src/modem_types.h b/application/tom_modem/src/modem_types.h index 670d028..19463ff 100644 --- a/application/tom_modem/src/modem_types.h +++ b/application/tom_modem/src/modem_types.h @@ -140,5 +140,4 @@ enum OPERATIONS { SMS_DELETE_OP }; -char *self_name; // program name #endif