what can i do with this errors?please help me!
thanks
>#ifndef WS2811_h
>#define WS2811_h
>#include <avr/io.h>
>#include <util/delay.h>
>#include <WS2811.h>
Error 1 unterminated #ifndef
>typedef struct __attribute__ ((__packed__)) {
> uint8_t r;
> uint8_t g;
> uint8_t b;
>} RGB_t;
Error 2 expected ':', ',', ';', '}' or 'attribute' before 'r'