mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
13 lines
126 B
C
13 lines
126 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
#include "Protocol.hpp"
|
|
|
|
extern "C" {
|
|
#endif
|
|
|
|
void App_Start();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|