IPC: updating IPCMsg doc

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-08-30 12:46:52 +02:00 committed by tellowkrinkle
parent f0179b5be6
commit 136b6d8098
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ protected:
MsgWrite16 = 5, /**< Write 16 bit value to memory. */
MsgWrite32 = 6, /**< Write 32 bit value to memory. */
MsgWrite64 = 7, /**< Write 64 bit value to memory. */
MsgMultiCommand = 0xFF /**< Treats multiple IPC commands in batch. */
MsgUnimplemented = 0xFF /**< Unimplemented IPC message. */
};