Skip to content

Commit 7c5af55

Browse files
committed
Fix: remove comma
1 parent 09e3a51 commit 7c5af55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edg/parts/Microcontroller_Stm32g431.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def _io_pinmap(self) -> PinMapUtil:
181181
'dm': ['PA11'], 'dp': ['PA12']
182182
}),
183183
PeripheralFixedResource('USBCC', UsbCcPort(DigitalBidir.empty()), {
184-
'cc1': ['PB6,'], 'cc2': ['PB4']
184+
'cc1': ['PB6'], 'cc2': ['PB4']
185185
}),
186186
]).remap_pins(self.RESOURCE_PIN_REMAP)
187187

0 commit comments

Comments
 (0)