From 43d6098c48efb834fd9242261a9176d2a180acfa Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sat, 9 Jan 2016 17:57:37 -0800 Subject: [PATCH] Move baseband_sgpio.* to common/. It'll soon be used by M4 code, not M0. SGPIO baseband streaming needs to be tightly controlled by... the baseband! --- firmware/{application => common}/baseband_sgpio.cpp | 0 firmware/{application => common}/baseband_sgpio.hpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename firmware/{application => common}/baseband_sgpio.cpp (100%) rename firmware/{application => common}/baseband_sgpio.hpp (100%) diff --git a/firmware/application/baseband_sgpio.cpp b/firmware/common/baseband_sgpio.cpp similarity index 100% rename from firmware/application/baseband_sgpio.cpp rename to firmware/common/baseband_sgpio.cpp diff --git a/firmware/application/baseband_sgpio.hpp b/firmware/common/baseband_sgpio.hpp similarity index 100% rename from firmware/application/baseband_sgpio.hpp rename to firmware/common/baseband_sgpio.hpp