Doc fixes

pull/6/head
Bradlee Speice 2019-09-25 00:24:42 -04:00
parent 3cd0aa4f55
commit 774a9a6b30
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ define_enum!(
);
define_enum!(
#[doc = "Command codes used when interacting with the Media Driver"],
AeronErrorCode, [
#[doc = "Error codes used by the Media Driver control protocol"],
AeronControlErrorCode, [
(GenericError, AERON_ERROR_CODE_GENERIC_ERROR)
]
);