Skip to content

Commit

Permalink
Merge pull request #5 from klich3/main
Browse files Browse the repository at this point in the history
Small bugfix in SSDT.dsl file
  • Loading branch information
perez987 authored Dec 5, 2023
2 parents 921e694 + 85655e7 commit 7425a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSDT/samples/SAMPLE-NAVI.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000)
{
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
Local0 = Package (0x02)
Local0 = Package ()
{

// Insert here your code
Expand Down

0 comments on commit 7425a27

Please sign in to comment.