Skip to content

Commit fa32153

Browse files
jaenrig-ifxactions-user
authored andcommitted
ports/psoc6: Fixed spelling typos.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent d749532 commit fa32153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/psoc6/modules/machine/machine_pin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
// enums to map MPY parameters to CYHAL params to avoid confusion
14-
// these are used as returns from functions and comparisions to MP_QSTRs in mapping functions
14+
// these are used as returns from functions and comparisons to MP_QSTRs in mapping functions
1515
// enum to hold pin modes
1616
enum {GPIO_MODE_IN, GPIO_MODE_OUT, GPIO_MODE_OPEN_DRAIN, GPIO_MODE_ALT, GPIO_MODE_ALT_OPEN_DRAIN, GPIO_MODE_ANALOG};
1717

ports/psoc6/mphalport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void mp_hal_delay_ms(mp_uint_t ms) {
3131
// for an explanation.
3232

3333
// An increment of 1 ms is added to the delay. In principle
34-
// that should be correted by some internal behaviour or RTOS
34+
// that should be corrected by some internal behaviour or RTOS
3535
// but it does not seem to work like this, as we are always
3636
// getting one more second in our Test 1 of tests/psoc/time.py.
3737

0 commit comments

Comments
 (0)