Files
firmware/components/rpc/include/CommunicationRouter.h

17 lines
185 B
C++

//
// Created by Johnathon Slightham on 2025-05-25.
//
#ifndef COMMUNICATIONROUTER_H
#define COMMUNICATIONROUTER_H
class CommunicationRouter {
};
#endif //COMMUNICATIONROUTER_H