//-----------------------------
// AVR Assembly via Arduino IDE
//-----------------------------
extern "C"
{
void start();
}
//----------------------------------------------------
void setup()
{
start();
}
//----------------------------------------------------
void loop() {}