Unnecessary include of pwr.h removed from rcc.c. Pwr.h becomes unnecessary to run the f3

This commit is contained in:
Federico Ruiz Ugalde 2013-06-25 21:09:56 -06:00 committed by Piotr Esden-Tempski
parent 934821aa42
commit b6bae46b71

View File

@ -23,7 +23,6 @@
#include <libopencm3/cm3/assert.h>
#include <libopencm3/stm32/f3/rcc.h>
#include <libopencm3/stm32/f3/pwr.h>
#include <libopencm3/stm32/f3/flash.h>
/* Set the default ppre1 and ppre2 peripheral clock frequencies after reset. */