Fixed address bug in phone_test.c main

The second argument for PIO_Configure is the list size,
which can be determined using the macro PIO_LISTSIZE.
You should pass the list (which is an array of pins) to it.
Refrain from passing the ADDRESS of the list to it, otherwise
the pin configuration is never applied and you find yourself
debugging for 3 days.

In other words:
It's working, don't touch it or it will break again!
1 file changed
tree: aa8e78e3843d694af1b0702a5f50f1bb69bb375b
  1. minimal/
  2. sam3s_example/
  3. clk_calc.py