Skip to content

Commit 2b1ceda

Browse files
committed
Fixed includes system.hpp lpc17xx
1 parent b836c03 commit 2b1ceda

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

targets/core/nxp/lpc178x/system.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <klib/klib.hpp>
55
#include <io/port.hpp>
6+
#include <klib/io/core_clock.hpp>
67

78
namespace klib::core::lpc178x::io::system {
89
class crystal {

targets/core/nxp/lpc17xx/system.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define KLIB_NXP_LPC17XX_SYSTEM_HPP
33

44
#include <klib/klib.hpp>
5-
#include <klib/io/core_clock.hpp>
65

76
namespace klib::core::lpc17xx::io::system {
87
class flash {

0 commit comments

Comments
 (0)