blob: a639d45a8e7d969bfc9219a7db9848587206e4b0 [file] [log] [blame]
/* MEA Tracker
* Copyright 2013, Adrien Destugues <pulkomandy@pulkomandy.tk>
*
* This file is distributed under the terms of the MIT licence.
*/
#include "display.h"
int main(void)
{
refreshchannels();
return 0;
}