Skip to content

Commit 7425a27

Browse files
authored
Merge pull request #5 from klich3/main
Small bugfix in SSDT.dsl file
2 parents 921e694 + 85655e7 commit 7425a27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SSDT/samples/SAMPLE-NAVI.dsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000)
99
{
1010
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
1111
{
12-
Local0 = Package (0x02)
12+
Local0 = Package ()
1313
{
1414

1515
// Insert here your code

0 commit comments

Comments
 (0)