Skip to content
Snippets Groups Projects
main.cpp 70 B
#include "device.h"

extern "C" void app_main()
{
    device_main();
}