#include "device.h"

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