Digilog Console Firmware
Loading...
Searching...
No Matches
cpp_template.hpp
Go to the documentation of this file.
1
15#pragma once
16#ifdef __cplusplus
17
18extern "C"
19{
20 #endif
21 void app_main(void);
22 #ifdef __cplusplus
23}
24
25// Don't forget to include in CMakeLists
26
27#endif