From 0203371f4404bf14133f760e1e3bc51e8ec1ccb2 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 18 Mar 2023 19:21:54 +0100 Subject: [PATCH] typo --- bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus.cpp b/bus.cpp index 0759662..b0465ae 100644 --- a/bus.cpp +++ b/bus.cpp @@ -101,7 +101,7 @@ uint16_t bus::read(const uint16_t a, const bool word_mode, const bool use_prev, } if (a == ADDR_PIR) { // PIR - DOLOG(debug, !peek_only, "read PIT"); + DOLOG(debug, !peek_only, "read PIR"); return PIR; }