diff options
author | Roger Braunstein <[email protected]> | 2024-07-07 16:13:13 -0700 |
---|---|---|
committer | Roger Braunstein <[email protected]> | 2024-07-07 16:13:13 -0700 |
commit | c7e365afbdbb8e08268a2700d9534c5a40bb88aa (patch) | |
tree | 26fe9ea8cd5637cc887688935f6c7cd1c4c5cee0 | |
parent | bfe13908327ec815a0aab328da4abb4acbb18b01 (diff) | |
download | cartreader-c7e365afbdbb8e08268a2700d9534c5a40bb88aa.tar.gz cartreader-c7e365afbdbb8e08268a2700d9534c5a40bb88aa.zip |
Removes refactored out method
-rw-r--r-- | Cart_Reader/LYNX.ino | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cart_Reader/LYNX.ino b/Cart_Reader/LYNX.ino index 3d67c3e..4338099 100644 --- a/Cart_Reader/LYNX.ino +++ b/Cart_Reader/LYNX.ino @@ -117,8 +117,6 @@ static uint8_t readByte_LYNX(uint32_t addr, uint8_t audin = 0) { #pragma region HIGHLEVEL -static bool detectBlockSize_LYNX() {} - static bool detectCart_LYNX() { // Could omit logging to save a few bytes display_Clear(); |