rgbyteclock-code/rgbyteclock.c

16 lines
78 B
C
Raw Normal View History

2014-03-01 03:50:09 +01:00
#include "rgbyteclock.h"
void rgbyteclock(void)
{
while(1) {
}
}