summaryrefslogtreecommitdiff
path: root/app/platform/stm32f0-gcc/retarget.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-09 01:42:59 +0300
committerOxore <oxore@protonmail.com>2023-03-09 01:42:59 +0300
commit34746d3783af1ae601487c88f0a7e44f81842618 (patch)
tree508a849e81e1f7a83e1df053719579e4452b4e35 /app/platform/stm32f0-gcc/retarget.h
parent8370de05bb807f02c0077ba59c68053b283671e2 (diff)
Impl UART buffering (still not tested)
Diffstat (limited to 'app/platform/stm32f0-gcc/retarget.h')
-rw-r--r--app/platform/stm32f0-gcc/retarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/platform/stm32f0-gcc/retarget.h b/app/platform/stm32f0-gcc/retarget.h
new file mode 100644
index 0000000..5aea11a
--- /dev/null
+++ b/app/platform/stm32f0-gcc/retarget.h
@@ -0,0 +1,4 @@
+#pragma once
+
+#define WIFI_FILENO 3
+#define GPS_FILENO 4