Подскажите: можно ли в Atmel Studio сделать переменную из _delay_ms (50); 50=переменная типа так
unsigned int e;
e=50
Я пробовал — компилятор выдает __builtin_avr_delay_cycles expects a compile time integer constant и ссылается на delay.h строку __builtin_avr_delay_cycles(__ticks_dc);