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

13 lines
144 B
C++

//
// Created by Johnathon Slightham on 2025-05-25.
//
#ifndef IRPCSERVER_H
#define IRPCSERVER_H
class IRPCServer {
}
#endif //IRPCSERVER_H