Skip to content

Commit 5c9fcf7

Browse files
committed
added clocks file for stm32f469
1 parent 1423e87 commit 5c9fcf7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#ifndef KLIB_STM32F469_CLOCKS_HPP
2+
#define KLIB_STM32F469_CLOCKS_HPP
3+
4+
#include <targets/core/stm/stm32f4xx/clocks.hpp>
5+
6+
namespace klib::stm32f469::io {
7+
using clocks = klib::core::stm32f4xx::io::clocks;
8+
}
9+
10+
#endif

0 commit comments

Comments
 (0)