From 6dbb002ae294dc4a5fda83390ed0d6ba0cf2fe23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 14 Apr 2017 02:29:53 +0200 Subject: [PATCH] Remove unused usb_device_msc_callback() function prototype. --- right/src/buspal/bus_pal_hardware.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/right/src/buspal/bus_pal_hardware.c b/right/src/buspal/bus_pal_hardware.c index 71811b4..c58fbaa 100644 --- a/right/src/buspal/bus_pal_hardware.c +++ b/right/src/buspal/bus_pal_hardware.c @@ -45,8 +45,6 @@ const peripheral_descriptor_t g_peripherals[] = { static usb_device_composite_struct_t g_device_composite; usb_status_t usb_device_callback(usb_device_handle handle, uint32_t event, void *param); -extern usb_status_t usb_device_msc_callback(class_handle_t handle, uint32_t event, void *param); - static i2c_user_config_t s_i2cUserConfig = {.slaveAddress = 0x10, //!< The slave's 7-bit address .baudRate_kbps = 100 };