Subversion Repositories freemyipod

Rev

Rev 753 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 753 Rev 835
Line 28... Line 28...
28
{
28
{
29
    unsigned int cycles;
29
    unsigned int cycles;
30
    unsigned int length;
30
    unsigned int length;
31
};
31
};
32
 
32
 
33
static void main()
33
static void main(int argc, const char** argv)
34
{
34
{
35
    if (0x47324e49 != get_platform_id()) // IN2G
35
    if (0x47324e49 != get_platform_id()) // IN2G
36
    {
36
    {
37
        cputs(3, "Your device is not supported!\n");
37
        cputs(3, "Your device is not supported!\n");
38
        return;
38
        return;