From bf891c9366a86cc06831ab70a7a85ce5673b71e1 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Fri, 12 May 2017 04:28:11 +1000 Subject: Refactor T-Flash implementation before merging. --- heimdall/source/SessionSetupPacket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'heimdall/source/SessionSetupPacket.h') diff --git a/heimdall/source/SessionSetupPacket.h b/heimdall/source/SessionSetupPacket.h index 055e701..0d7cf75 100644 --- a/heimdall/source/SessionSetupPacket.h +++ b/heimdall/source/SessionSetupPacket.h @@ -36,7 +36,8 @@ namespace Heimdall kDeviceType = 1, // ? kTotalBytes = 2, //kEnableSomeSortOfFlag = 3, - kFilePartSize = 5 + kFilePartSize = 5, + kEnableTFlash = 8 }; private: -- cgit v1.2.3