forked from len0rd/rockbox
hwstub: fix hwstub_shell
Change-Id: I008a55675054c86fd206cc5248f2bd9475e80b49
This commit is contained in:
parent
355b5406fa
commit
17affb8085
2 changed files with 5 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ function PP.is_pp500x()
|
|||
end
|
||||
|
||||
if PP.is_pp611x() then
|
||||
identify("PP6110x (aka GoForce6110)", "pp6110", "pp6110")
|
||||
identify("PP611x (aka GoForce6110)", "pp6110", "pp6110")
|
||||
elseif PP.is_pp502x() then
|
||||
identify("PP502x", "pp502x", "pp502x")
|
||||
elseif PP.is_pp500x() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue