rgbyteclock-code/rgbyteclock.c
2014-03-01 03:50:09 +01:00

16 lines
78 B
C

#include "rgbyteclock.h"
void rgbyteclock(void)
{
while(1) {
}
}