From 80c69c28cd14239fa50880549379ccb1153c31a1 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 14 Apr 2020 13:20:36 -0700 Subject: [PATCH] move pool/queue management into the rf95 lib --- src/{ => rf95}/MemoryPool.h | 0 src/{ => rf95}/PointerQueue.h | 0 src/{ => rf95}/TypedQueue.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => rf95}/MemoryPool.h (100%) rename src/{ => rf95}/PointerQueue.h (100%) rename src/{ => rf95}/TypedQueue.h (100%) diff --git a/src/MemoryPool.h b/src/rf95/MemoryPool.h similarity index 100% rename from src/MemoryPool.h rename to src/rf95/MemoryPool.h diff --git a/src/PointerQueue.h b/src/rf95/PointerQueue.h similarity index 100% rename from src/PointerQueue.h rename to src/rf95/PointerQueue.h diff --git a/src/TypedQueue.h b/src/rf95/TypedQueue.h similarity index 100% rename from src/TypedQueue.h rename to src/rf95/TypedQueue.h