Update F1 libs with new header file locations.

This commit is contained in:
Fergus Noble
2011-09-15 01:18:49 -07:00
committed by Stephen Caudle
parent a4935eef57
commit ce7dd46aef
14 changed files with 20 additions and 20 deletions

View File

@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopencm3/stm32/rcc.h>
#include <libopencm3/stm32/rtc.h>
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/stm32/f1/rtc.h>
#include <libopencm3/stm32/pwr.h>
void rtc_awake_from_off(osc_t clock_source)