diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/twi.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peripherals/twi.ts b/src/peripherals/twi.ts index 3d0275c..654da33 100644 --- a/src/peripherals/twi.ts +++ b/src/peripherals/twi.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + import { AVRInterruptConfig, CPU } from '../cpu/cpu'; import { u8 } from '../types'; |
