diff options
| author | Hierophect <hierophect@gmail.com> | 2019-11-05 16:25:30 -0500 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-11-05 16:25:30 -0500 |
| commit | 8a098c154dd235cb43e053aeb813e4124c409fff (patch) | |
| tree | e5ac0b277744d1ed67b3f91611a6ee8e0c3bb06d | |
| parent | 0b85c4bb200852582ecffea17c10a400f83b7836 (diff) | |
Fix unsaved file
| -rw-r--r-- | ports/stm32f4/peripherals/stm32f4/periph.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/stm32f4/peripherals/stm32f4/periph.h b/ports/stm32f4/peripherals/stm32f4/periph.h index 389b27a51..990cf0533 100644 --- a/ports/stm32f4/peripherals/stm32f4/periph.h +++ b/ports/stm32f4/peripherals/stm32f4/periph.h @@ -101,7 +101,6 @@ typedef struct { .pin = spi_pin, \ } -<<<<<<< HEAD // UART // TODO: these objects should be condensed into a single 'periph_pin' unless we // find a compelling reason to store more unique data in them. @@ -123,7 +122,8 @@ typedef struct { .uart_index = index, \ .altfn_index = alt, \ .pin = uart_pin, \ -======= +} + //Timers typedef struct { uint8_t tim_index:4; @@ -138,7 +138,6 @@ typedef struct { .altfn_index = alt, \ .channel_index = channel, \ .pin = tim_pin, \ ->>>>>>> upstream/master } //Starter Lines |
