Bug fix: state returned by each handle* func now

The variable state is not a global function.
So its value needs to be returned from each function
which might alter the state.

For now only two states exist: WAIT_RST, WAIT_CMD

FIXME: Probably there is a more elegant way to do that
1 file changed
tree: 8ae3d06db583024554835675c035591c76fa0d49
  1. minimal/
  2. sam3s_example/
  3. usb_application/
  4. .gitignore
  5. clk_calc.py
  6. notes