Add clock frequency definitions

This commit is contained in:
fruchti 2020-12-26 11:45:20 +01:00
parent 4774d5fbe5
commit ab5b2c61e6
3 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#include <stdbool.h>
#include "stm32f1xx.h"
#include "clock.h"
#include "pinning.h"
#include "buildid.h"
#include "debug.h"