Skip to content

Commit 4922036

Browse files
committed
Removed unused includes
1 parent f58df70 commit 4922036

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

main.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
#include <klib/stream.hpp>
44
#include <klib/usb/device/mouse.hpp>
55

6-
#include <io/can.hpp>
76
#include <io/usb.hpp>
87
#include <io/system.hpp>
9-
#include <io/power.hpp>
10-
#include <io/pins.hpp>
118

129
namespace target = klib::target;
1310

@@ -16,7 +13,7 @@ int main() {
1613
target::io::system::trace::enable<true>();
1714

1815
klib::cout << "Booting" << klib::endl;
19-
16+
2017
// configure the usb pll
2118
target::io::system::clock::set_usb<12'000'000>();
2219

0 commit comments

Comments
 (0)