Hi, I am getting an infinite loop from this very simple for loop and it's driving me nuts. It's actually written in C. Why is the for loop not working? BUFFER_SIZE = 5
This is the output (infinite):
w m: 1
m: 0
w m: 1
m: 0
w m: 1
m: 0
w m: 1
m: 0
w m: 1