Files
firmware/components/rpc/include/IRPCServer.h
2025-05-26 14:58:23 -04:00

13 lines
144 B
C++

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