removed comment

This commit is contained in:
Matt Thompson 2018-01-11 21:12:40 -08:00
parent 4758aa5bc4
commit 7ded6d5fd7

View File

@ -552,7 +552,6 @@ int sam_dumpport(uint32_t pinset, const char *msg)
/* Get the base address associated with the PIO port */
//pin = sam_portpin(pinset);
pin = (pinset & PORT_PIN_MASK) >> PORT_PIN_SHIFT;
port = (pinset & PORT_MASK) >> PORT_SHIFT;
base = SAM_PORTN_BASE(port);