Can someone please tell me what does this line of code do?
wait = (20ul*50ul)-1ul ;
I understand the mathematics that is carried out which is the product of 20 and 50 then subtract 1 from it but I dont understand the ul part. Is it just a unit or does it have any significance.
Thank you
ul is a notational shorthand for Unsigned Long.