I want to include source file under this link in my application c:\keil\ARM\Boards\Keil\MCB2400\RL\USB\Host\MSD_File
in this file there is no main function and i want to call this through main function how to proceed.
"in this file there is no main function..."
Isn't there?
Found in MSD_File.c:
int main (void) { ... }