stm32f3: f1 usb header files moved to stm32 root directory.

- Now the f1 usb header files serve both the f1 and f3.
- usb_f103 modified to find the new headers file location.
This commit is contained in:
Federico Ruiz Ugalde 2013-06-30 22:08:44 -06:00 committed by Piotr Esden-Tempski
parent 934c8dbf4c
commit 60bdf4eebd
3 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/cm3/common.h>
#include <libopencm3/stm32/tools.h>
#include <libopencm3/stm32/f1/usb.h>
#include <libopencm3/stm32/usb.h>
#include <libopencm3/usb/usbd.h>
#include "usb_private.h"