Subversion Repositories freemyipod

Rev

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

Rev 429 Rev 543
Line 795... Line 795...
795
    nand_interleaved = ((nand_type[0] >> 22) & 1);
795
    nand_interleaved = ((nand_type[0] >> 22) & 1);
796
    nand_cached = ((nand_type[0] >> 23) & 1);
796
    nand_cached = ((nand_type[0] >> 23) & 1);
797
 
797
 
798
    nand_last_activity_value = USEC_TIMER;
798
    nand_last_activity_value = USEC_TIMER;
799
    thread_create(&nand_thread_handle, "NAND idle monitor", nand_thread, nand_stack,
799
    thread_create(&nand_thread_handle, "NAND idle monitor", nand_thread, nand_stack,
800
                  sizeof(nand_stack), USER_THREAD, 1, true);
800
                  sizeof(nand_stack), OS_THREAD, 1, true);
801
 
801
 
802
    return 0;
802
    return 0;
803
}
803
}