All pastes #2113263 Raw Edit

Someone

public text v1 · immutable
#2113263 ·published 2012-02-08 19:56 UTC
rendered paste body
#include "HAL.h"


int main(void)
{
Init_all();
	
	sei();
    while(1)
    {
     //wdt_reset();
	
    }
	return 0;
}