#include #include "configuration.h" void configuration_init(void) { PORTD |= _BV(PD6); PORTD |= _BV(PD7); }