From 7ded6d5fd7b53f67e9f7f20e660194976f988775 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Thu, 11 Jan 2018 21:12:40 -0800 Subject: [PATCH] removed comment --- arch/arm/src/samdl/sam_port.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/samdl/sam_port.c b/arch/arm/src/samdl/sam_port.c index 534ecef49c..19be6f030f 100644 --- a/arch/arm/src/samdl/sam_port.c +++ b/arch/arm/src/samdl/sam_port.c @@ -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);