diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/gpio.ts (renamed from src/gpio.ts) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpio.ts b/src/peripherals/gpio.ts index d0df06d..a667967 100644 --- a/src/gpio.ts +++ b/src/peripherals/gpio.ts @@ -5,8 +5,8 @@ * * Copyright (C) 2019, 2020, Uri Shaked */ -import { CPU } from './cpu'; -import { u8 } from './types'; +import { CPU } from '../cpu/cpu'; +import { u8 } from '../types'; export interface AVRPortConfig { // Register addresses |
