mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
FM stereo prototype
This commit is contained in:
7
core/src/server.cpp
Normal file
7
core/src/server.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <server.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
int server_main() {
|
||||
spdlog::error("Server mode is not implemented yet.");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user