Browse Source

Fixing some header references

pull/2/head
Fergus Noble 13 years ago
parent
commit
59c1c40e2c
  1. 2
      lib/stm32f1/scb.c
  2. 2
      lib/usb/usb_f103.c
  3. 2
      lib/usb/usb_f107.c

2
lib/stm32f1/scb.c

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopencm3/stm32/scb.h>
#include <libopencm3/stm32/f1/scb.h>
void scb_reset_core(void)
{

2
lib/usb/usb_f103.c

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

2
lib/usb/usb_f107.c

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

Loading…
Cancel
Save