Fix unsaved file

This commit is contained in:
Hierophect 2019-11-05 16:25:30 -05:00
parent 0b85c4bb20
commit 8a098c154d
1 changed files with 2 additions and 3 deletions

View File

@ -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