From e7eb61fe33faad2baf16f5f47473c3b1d4ccda70 Mon Sep 17 00:00:00 2001 From: Kuldeep Singh Dhaka Date: Fri, 31 Jul 2015 22:54:14 +0530 Subject: [PATCH] usb: Move ti usb_lm4f.c from lm4f/ to usb/ Management of usb code is easier if everything is at one place --- lib/{lm4f => usb}/usb_lm4f.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/{lm4f => usb}/usb_lm4f.c (100%) diff --git a/lib/lm4f/usb_lm4f.c b/lib/usb/usb_lm4f.c similarity index 100% rename from lib/lm4f/usb_lm4f.c rename to lib/usb/usb_lm4f.c