Skip to content

Commit 697b5ad

Browse files
authored
fix usage example of driver properties
1 parent d028c6b commit 697b5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/EXT_Exp_MutableCommandList.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ API
6060
};
6161
6262
${x}_driver_properties_t driverProps = {
63-
${X}_STRUCTURE_TYPE_DEVICE_PROPERTIES
63+
${X}_STRUCTURE_TYPE_DRIVER_PROPERTIES
6464
};
6565
driverProps.pNext = &mutCmdListProps;
6666

0 commit comments

Comments
 (0)