Skip to content

Commit 3cecbe8

Browse files
committed
added systick to target_cpu namespace
1 parent 4f519f3 commit 3cecbe8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

klib/io/systick.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,10 @@ namespace klib::io {
260260
};
261261
}
262262

263+
namespace klib::TARGET_CPU::io {
264+
// import the systick class into the target namespace
265+
// so it is with the other peripherals
266+
using klib::io::systick;
267+
}
268+
263269
#endif

0 commit comments

Comments
 (0)