From 34746d3783af1ae601487c88f0a7e44f81842618 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 9 Mar 2023 01:42:59 +0300 Subject: Impl UART buffering (still not tested) --- app/platform/stm32f0-gcc/retarget.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/platform/stm32f0-gcc/retarget.h (limited to 'app/platform/stm32f0-gcc/retarget.h') 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 -- cgit v1.2.3