From 25f5e6ddef7ef2fa0a747305847eeb4ceee5a2c9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 1 Jan 2019 17:28:19 +0200 Subject: Added tango firmware update lib. --- Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/Stdafx.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/Stdafx.cpp (limited to 'Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/Stdafx.cpp') diff --git a/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/Stdafx.cpp b/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/Stdafx.cpp new file mode 100644 index 000000000..d42872910 --- /dev/null +++ b/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/Stdafx.cpp @@ -0,0 +1,5 @@ +// stdafx.cpp : source file that includes just the standard includes +// Twine.FirmwareUpdateLib.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" -- cgit v1.3.1