[usb-f103] Use the "modern" /rcc include instead of f1.

The f103 usb core should be usable on the l1 as well, and the /f1/rcc
isn't explicitly required anymore.  This is an important change to be
able to share the driver.
This commit is contained in:
Karl Palsson 2013-08-28 18:03:08 +00:00
parent f04d6dd82b
commit a277abe2c1
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/cm3/common.h>
#include <libopencm3/stm32/rcc.h>
#include <libopencm3/stm32/tools.h>
#include <libopencm3/stm32/usb.h>
#include <libopencm3/usb/usbd.h>