Remove compiler warnings

This commit is contained in:
dak664 2009-07-23 16:10:42 +00:00
parent 34a6fc82a3
commit 7af93463b5
6 changed files with 16 additions and 8 deletions

View file

@ -125,8 +125,10 @@ Ctrl_status avrf_write_10( U32 addr , U16 nb_sector );
#else
#include "usb_drv.h" // In this case the driver must be known for the USB access
#endif
Ctrl_status avr_usb_read( void );
Ctrl_status avr_usb_write( void );
//Ctrl_status avr_usb_read( void );
//Ctrl_status avr_usb_write( void );
Ctrl_status avrf_usb_read( void );
Ctrl_status avrf_usb_write( void );