diff options
| author | Uri Shaked | 2023-01-05 20:36:18 +0200 |
|---|---|---|
| committer | Uri Shaked | 2023-01-05 20:36:18 +0200 |
| commit | b9c8cd0189588ea40438635928aaf7416e95edb0 (patch) | |
| tree | d5f2ffa2edf36736b9705cc2f5f67f2d749600e1 /src/peripherals/gpio.ts | |
| parent | fix(gpio): INT0 broken on ATtiny85 (diff) | |
| download | avr8js-b9c8cd0189588ea40438635928aaf7416e95edb0.tar.gz avr8js-b9c8cd0189588ea40438635928aaf7416e95edb0.tar.bz2 avr8js-b9c8cd0189588ea40438635928aaf7416e95edb0.zip | |
chore: update copyright years
Diffstat (limited to 'src/peripherals/gpio.ts')
| -rw-r--r-- | src/peripherals/gpio.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/gpio.ts b/src/peripherals/gpio.ts index 5c4b04e..0da9d50 100644 --- a/src/peripherals/gpio.ts +++ b/src/peripherals/gpio.ts @@ -3,7 +3,7 @@ * Part of AVR8js * Reference: http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061A.pdf * - * Copyright (C) 2019, 2020, 2021 Uri Shaked + * Copyright (C) 2019-2023 Uri Shaked */ import { AVRInterruptConfig, CPU } from '../cpu/cpu'; import { u8 } from '../types'; |
