mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31558 a1c6a512-1295-4272-9138-f99709370657
5 lines
60 B
C
5 lines
60 B
C
#include <stdbool.h>
|
|
bool dbg_ports()
|
|
{
|
|
return false;
|
|
}
|