From 143686f70d568cc2e6e90f9dfba3b0516b03e788 Mon Sep 17 00:00:00 2001 From: Siddharth Purohit Date: Fri, 2 Feb 2018 01:02:19 +0530 Subject: [PATCH] HAL_ChibiOS: add placeholder cstdio header --- libraries/AP_HAL_ChibiOS/hwdef/common/cstdio | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libraries/AP_HAL_ChibiOS/hwdef/common/cstdio diff --git a/libraries/AP_HAL_ChibiOS/hwdef/common/cstdio b/libraries/AP_HAL_ChibiOS/hwdef/common/cstdio new file mode 100644 index 0000000000..f77695d5f4 --- /dev/null +++ b/libraries/AP_HAL_ChibiOS/hwdef/common/cstdio @@ -0,0 +1,2 @@ +#pragma once +//For now this is just a placeholder header, if someone wants functionality please include it here