Skip to content

Commit 8a098c1

Browse files
committed
Fix unsaved file
1 parent 0b85c4b commit 8a098c1

File tree

1 file changed

+2
-3
lines changed
  • ports/stm32f4/peripherals/stm32f4

1 file changed

+2
-3
lines changed

ports/stm32f4/peripherals/stm32f4/periph.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ typedef struct {
101101
.pin = spi_pin, \
102102
}
103103

104-
<<<<<<< HEAD
105104
// UART
106105
// TODO: these objects should be condensed into a single 'periph_pin' unless we
107106
// find a compelling reason to store more unique data in them.
@@ -123,7 +122,8 @@ typedef struct {
123122
.uart_index = index, \
124123
.altfn_index = alt, \
125124
.pin = uart_pin, \
126-
=======
125+
}
126+
127127
//Timers
128128
typedef struct {
129129
uint8_t tim_index:4;
@@ -138,7 +138,6 @@ typedef struct {
138138
.altfn_index = alt, \
139139
.channel_index = channel, \
140140
.pin = tim_pin, \
141-
>>>>>>> upstream/master
142141
}
143142

144143
//Starter Lines

0 commit comments

Comments
 (0)