From c792b8c5938bc6331dc4869c6c51dc01cde75641 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 27 Apr 2020 21:59:13 +0300 Subject: style: reformat code with prettier 2.x prettier rules have changed since we upgraded to 2.x --- src/peripherals/usart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripherals/usart.ts') 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; -- cgit v1.2.3