diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/timer.ts (renamed from src/timer.ts) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timer.ts b/src/peripherals/timer.ts index 4a120e7..7e563c2 100644 --- a/src/timer.ts +++ b/src/peripherals/timer.ts @@ -6,8 +6,8 @@ * Copyright (C) 2019, Uri Shaked */ -import { CPU } from './cpu'; -import { avrInterrupt } from './interrupt'; +import { CPU } from '../cpu/cpu'; +import { avrInterrupt } from '../cpu/interrupt'; const timer01Dividers = { 0: 0, |
