Code: Select all
#define CHARGE_LED 3
I looked at main.c of Road Dog but couldn't really tell why it does work and why mine doesn't.
Code: Select all
#define CHARGE_LED 3
Code: Select all
if ((tachyon == 0x00140000 && baryon == 0x00030600))
{
printf("Motherboard = TA-079 v1 1g\n");
}