From 11b856822d3e985297f00d09194d807ef4af3e35 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Mon, 26 Sep 2011 14:21:42 -0700 Subject: [PATCH] Moving a couple more headers to stm common. --- include/libopencm3/stm32/{f1 => }/otg_fs.h | 0 include/libopencm3/stm32/{f1 => }/tools.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename include/libopencm3/stm32/{f1 => }/otg_fs.h (100%) rename include/libopencm3/stm32/{f1 => }/tools.h (100%) diff --git a/include/libopencm3/stm32/f1/otg_fs.h b/include/libopencm3/stm32/otg_fs.h similarity index 100% rename from include/libopencm3/stm32/f1/otg_fs.h rename to include/libopencm3/stm32/otg_fs.h diff --git a/include/libopencm3/stm32/f1/tools.h b/include/libopencm3/stm32/tools.h similarity index 100% rename from include/libopencm3/stm32/f1/tools.h rename to include/libopencm3/stm32/tools.h