We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58df70 commit 4922036Copy full SHA for 4922036
main.cpp
@@ -3,11 +3,8 @@
3
#include <klib/stream.hpp>
4
#include <klib/usb/device/mouse.hpp>
5
6
-#include <io/can.hpp>
7
#include <io/usb.hpp>
8
#include <io/system.hpp>
9
-#include <io/power.hpp>
10
-#include <io/pins.hpp>
11
12
namespace target = klib::target;
13
@@ -16,7 +13,7 @@ int main() {
16
target::io::system::trace::enable<true>();
17
14
18
15
klib::cout << "Booting" << klib::endl;
19
-
+
20
// configure the usb pll
21
target::io::system::clock::set_usb<12'000'000>();
22
0 commit comments