diff options
Diffstat (limited to 'heimdall/source/ControlPacket.h')
-rw-r--r-- | heimdall/source/ControlPacket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/heimdall/source/ControlPacket.h b/heimdall/source/ControlPacket.h index eb12b09..7f46d7d 100644 --- a/heimdall/source/ControlPacket.h +++ b/heimdall/source/ControlPacket.h @@ -32,10 +32,10 @@ namespace Heimdall enum
{
- kControlTypeSetupSession = 0x64,
- kControlTypePitFile = 0x65,
- kControlTypeFileTransfer = 0x66,
- kControlTypeEndSession = 0x67
+ kControlTypeSession = 0x64,
+ kControlTypePitFile = 0x65,
+ kControlTypeFileTransfer = 0x66,
+ kControlTypeEndSession = 0x67
};
protected:
|