From 96c79cca3f639f93fce5ef9f26af907101a21a49 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 24 May 2018 15:28:42 +0100 Subject: [PATCH] trs80: introduce a model type --- Kernel/platform-trs80m1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-trs80m1/main.c b/Kernel/platform-trs80m1/main.c index 3d03046a..ecb74745 100644 --- a/Kernel/platform-trs80m1/main.c +++ b/Kernel/platform-trs80m1/main.c @@ -5,7 +5,7 @@ #include uint16_t ramtop = PROGTOP; - +uint8_t trs80_model; uint8_t vtattr_cap; struct blkbuf *bufpool_end = bufpool + NBUFS; -- 2.34.1