From 4d52f73f6ac44190d8b336f35cb12592f8060ac2 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 10 Dec 2015 11:28:18 -0800 Subject: [PATCH] Move Manchester to common/. --- firmware/{application => common}/manchester.cpp | 0 firmware/{application => common}/manchester.hpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename firmware/{application => common}/manchester.cpp (100%) rename firmware/{application => common}/manchester.hpp (100%) diff --git a/firmware/application/manchester.cpp b/firmware/common/manchester.cpp similarity index 100% rename from firmware/application/manchester.cpp rename to firmware/common/manchester.cpp diff --git a/firmware/application/manchester.hpp b/firmware/common/manchester.hpp similarity index 100% rename from firmware/application/manchester.hpp rename to firmware/common/manchester.hpp