We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b85c4b commit 8a098c1Copy full SHA for 8a098c1
ports/stm32f4/peripherals/stm32f4/periph.h
@@ -101,7 +101,6 @@ typedef struct {
101
.pin = spi_pin, \
102
}
103
104
-<<<<<<< HEAD
105
// UART
106
// TODO: these objects should be condensed into a single 'periph_pin' unless we
107
// find a compelling reason to store more unique data in them.
@@ -123,7 +122,8 @@ typedef struct {
123
122
.uart_index = index, \
124
.altfn_index = alt, \
125
.pin = uart_pin, \
126
-=======
+}
+
127
//Timers
128
typedef struct {
129
uint8_t tim_index:4;
@@ -138,7 +138,6 @@ typedef struct {
138
139
.channel_index = channel, \
140
.pin = tim_pin, \
141
->>>>>>> upstream/master
142
143
144
//Starter Lines
0 commit comments