diff options
Diffstat (limited to 'app/platform/stm32f0-gcc/retarget.h')
-rw-r--r-- | app/platform/stm32f0-gcc/retarget.h | 4 |
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 |