diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-29 00:53:17 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-29 00:53:17 +0100 |
| commit | a90347438e51bbd5f65c1c58c76ba339df7fc814 (patch) | |
| tree | 589c1d7c04228ac955d7b4c392aa94c50c762c8f /src/usb_stdio.h | |
| parent | a7bfb47f666c8fadffb80b1beeee1905ad3fe029 (diff) | |
| download | sxkbd-a90347438e51bbd5f65c1c58c76ba339df7fc814.tar.gz sxkbd-a90347438e51bbd5f65c1c58c76ba339df7fc814.zip | |
Refactoring and added sdk uart (not working)
Diffstat (limited to 'src/usb_stdio.h')
| -rw-r--r-- | src/usb_stdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usb_stdio.h b/src/usb_stdio.h new file mode 100644 index 0000000..bbb4ea2 --- /dev/null +++ b/src/usb_stdio.h @@ -0,0 +1,3 @@ +#pragma once + +void usb_stdio_init(void); |
