diff options
| author | Uri Shaked | 2020-04-27 21:59:13 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-27 21:59:13 +0300 |
| commit | c792b8c5938bc6331dc4869c6c51dc01cde75641 (patch) | |
| tree | d70b95699ef73cdefd0d21417e14bb85c51dff27 /src/peripherals/usart.ts | |
| parent | chore(deps): prettier 2.0 (diff) | |
| download | avr8js-c792b8c5938bc6331dc4869c6c51dc01cde75641.tar.gz avr8js-c792b8c5938bc6331dc4869c6c51dc01cde75641.tar.bz2 avr8js-c792b8c5938bc6331dc4869c6c51dc01cde75641.zip | |
style: reformat code with prettier 2.x
prettier rules have changed since we upgraded to 2.x
Diffstat (limited to 'src/peripherals/usart.ts')
| -rw-r--r-- | src/peripherals/usart.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/usart.ts b/src/peripherals/usart.ts index b93c0ea..c1d6f13 100644 --- a/src/peripherals/usart.ts +++ b/src/peripherals/usart.ts @@ -24,7 +24,7 @@ export const usart0Config: USARTConfig = { UCSRC: 0xc2, UBRRL: 0xc4, UBRRH: 0xc5, - UDR: 0xc6 + UDR: 0xc6, }; export type USARTTransmitCallback = (value: u8) => void; |
