diff options
| author | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:53:17 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:53:17 +1000 |
| commit | 3101a8fe3287dabf3dcb103ff6e883d2e593f69f (patch) | |
| tree | a24267671f27413d87ea963e3abed4988c4b463d /ports/stm32/extint.c | |
| parent | f1dd0fd7df758e2b3ac28dcdb16af8582577b814 (diff) | |
stm32: Replace stray tabs with spaces.
Diffstat (limited to 'ports/stm32/extint.c')
| -rw-r--r-- | ports/stm32/extint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/extint.c b/ports/stm32/extint.c index 24a68c2a2..41943f1cd 100644 --- a/ports/stm32/extint.c +++ b/ports/stm32/extint.c @@ -83,7 +83,7 @@ // TODO Add python method to change callback object. -#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE) +#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE) // Macro used to set/clear the bit corresponding to the line in the IMR/EMR // register in an atomic fashion by using bitband addressing. |
