Subversion Repositories MK3Mag

Compare Revisions

Ignore whitespace Rev 21 → Rev 22

/branches/MK3Mag V0.14 Code Redesign Killagreg/led.c
57,7 → 57,7
#include "led.h"
 
 
void Led_Init(void)
void LED_Init(void)
{
// Set PD7 as output
DDRD |= (1<<DDD7);