This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0b0d3ee650
rockbox
/
firmware
/
target
/
arm
/
pnx0101
/
debug-pnx0101.c
6 lines
60 B
C
Raw
Normal View
History
Unescape
Escape
dbg_ports(): remove duplicate prototype git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31558 a1c6a512-1295-4272-9138-f99709370657
2012-01-04 05:21:52 +00:00
#
include
<stdbool.h>
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28522 a1c6a512-1295-4272-9138-f99709370657
2010-11-06 14:24:25 +00:00
bool
dbg_ports
(
)
{
return
false
;
}
Reference in a new issue
Copy permalink