aboutsummaryrefslogtreecommitdiff
path: root/lib/rcc.c
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2009-07-20 17:54:33 +0200
committerPiotr Esden-Tempski2009-07-20 17:54:33 +0200
commit446de3872813e808ee3cbc5c94f5692e70f566a9 (patch)
tree83b3e60dd75a37304edf6792ae6198db409af4fb /lib/rcc.c
parent8a33f6277e50468e5e9e48397b2f05b7866142f5 (diff)
Changed all includes to use <foo.h> notation.
Diffstat (limited to 'lib/rcc.c')
-rw-r--r--lib/rcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rcc.c b/lib/rcc.c
index 43e6887..336a0bc 100644
--- a/lib/rcc.c
+++ b/lib/rcc.c
@@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "libopenstm32.h"
+#include <libopenstm32.h>
void rcc_osc_ready_int_clear(osc_t osc)
{