LibreVNA/Software/HelperTools/SynthEvalBoard/Application/App.h
2021-06-04 21:25:05 +02:00

14 lines
126 B
C

#pragma once
#ifdef __cplusplus
#include "Protocol.hpp"
extern "C" {
#endif
void App_Start();
#ifdef __cplusplus
}
#endif