X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_usbser.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_usbser.h;h=0000000000000000000000000000000000000000;hb=67813e9ec40a4189348aa829f93a188c017a4c87;hp=1fa44e7329320d1419e563f1b8ece35f9759aa8b;hpb=6c4b0cf8c98308df4866839b9c7d8fe813376969;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_usbser.h b/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_usbser.h deleted file mode 100644 index 1fa44e73..00000000 --- a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_usbser.h +++ /dev/null @@ -1,78 +0,0 @@ -/** - * \file - * - * - * \author Andrea Righi - * - * \brief Configuration file for the USB serial driver module - */ - -#ifndef CFG_USBSER_H -#define CFG_USBSER_H - -/** - * Enable the usb-serial module. - * - * $WIZ$ type = "autoenabled" - */ -#define CONFIG_USBSER 0 - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define USB_SERIAL_LOG_LEVEL LOG_LVL_INFO - -/** - * module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define USB_SERIAL_LOG_FORMAT LOG_FMT_TERSE - -/** - * USB vendor ID (please change this in your project, using a valid ID number!). - * - * $WIZ$ type = "hex" - */ -#define USB_SERIAL_VENDOR_ID 0x05f9 - -/** - * USB product ID (please change this in your project, using a valid ID number!). - * - * $WIZ$ type = "hex" - */ -#define USB_SERIAL_PRODUCT_ID 0xffff - -#endif /* CFG_USBSER_H */