From 20bcbf511e1e924eacfbcbfb0d57b3ea26dc25df Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 26 Jul 2016 10:22:10 -0700 Subject: [PATCH] Move thread_base.hpp from baseband/ to common/. I want to use it with M0 code as well. --- firmware/{baseband => common}/thread_base.hpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename firmware/{baseband => common}/thread_base.hpp (100%) diff --git a/firmware/baseband/thread_base.hpp b/firmware/common/thread_base.hpp similarity index 100% rename from firmware/baseband/thread_base.hpp rename to firmware/common/thread_base.hpp