So, I wrote a simple program to blink an led in atmel studio.
Whenever I want to build the code. I receive an error message .
- recipe for target 'main.o' failed
- 'bit_is_clear' was not declared in this scope
- macro "bit_is_clear" requires 2 arguments, but only 1 given
'_delay&ms' was not declared in this scope
'else without a previous 'if'
- '_delay_ms' was not declared in this scope
Kindly check the picture to see this message.
Note am using AS 7.0
Regards