From 338570827532f709702e080fa83581a1b7cd8be9 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 19 Aug 2016 00:01:02 +0200 Subject: Clear initial contents of emulated file. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 749668b..1632fa1 100644 --- a/main.cpp +++ b/main.cpp @@ -235,7 +235,7 @@ uint8_t sectors[][512] { 0x43, 0x41, 0x52, 0x44, 0x30, 0x20, 0x20, 0x20, 0x54, 0x58, 0x54, 0x20, 0x00, 0x64, 0x53, 0x95, 0x03, 0x43, 0x03, 0x43, 0x00, 0x00, 0x53, 0x95, 0x03, 0x43, 0x03, 0x00, 0x10, 0x00, 0x00, 0x00, }, - "E004123456789AB", + {}, }; uint8_t* get_sector(uint32_t sector) { -- cgit v1.2.3