Zwischenstand

This commit is contained in:
Tristan Krause 2019-03-28 13:45:29 +01:00
parent b4d10ed933
commit bca001bc2e
3 changed files with 3 additions and 3 deletions

BIN
B15F.elf

Binary file not shown.

View file

@ -101,7 +101,7 @@
:1006400091E00E94EA01682F8DE291E00E9485010D
:10065000D9CF0E945B020E9484020E94AD020E94D8
:10066000D2020E94F70282E08093C00088E180936A
:10067000C10086E08093C2001092C50080E48093A0
:10067000C10086E08093C2001092C50084E180939F
:10068000C40008958091C00085FFFCCF6093C60030
:1006900008958091C00085FFFCCF6093C6008091D3
:1006A000C00085FFFCCF7093C60008958091C00004
@ -161,6 +161,6 @@
:100A000071E084E291E00C940D02EE0FFF1F0024D0
:100A1000001C0BBE0790F691E02D0994F894FFCFCF
:100A200001626F617264696E666F2E680031333ADD
:100A300033323A3037004D61722032382032303153
:100A300033333A3430004D61722032382032303155
:020A400039007B
:00000001FF

View file

@ -5,7 +5,7 @@
#include <util/delay.h>
#include <stdint.h>
constexpr uint32_t BAUDRATE = 38400; // 38400
constexpr uint32_t BAUDRATE = 115200; // 38400
class USART
{