Please help me with debugging the code
The error message is
exit code 2
#include"at8ports.h"
#include<avr/io.h>
#include<util/delay.h>
void init_settings()
{
DDRB_OUT(0);
DDRB_OUT(1);
DDRB_OUT(2);
DDRB_OUT(3);
DDRB_OUT(4);
DDRB_OUT(5);
DDRB_OUT(6)...