diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/usart.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peripherals/usart.ts b/src/peripherals/usart.ts index 9babe16..c64ec6f 100644 --- a/src/peripherals/usart.ts +++ b/src/peripherals/usart.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + /** * AVR-8 USART Peripheral * Part of AVR8js |
