diff options
| author | lironh | 2020-03-21 09:52:53 +0200 |
|---|---|---|
| committer | lironh | 2020-03-22 21:08:30 +0200 |
| commit | 8934a7566a038a74464d3d8df9d04fd875e5b1d7 (patch) | |
| tree | e131c263938081e6c89f39f141f3f20f6da8f851 /src/gpio.spec.ts | |
| parent | Merge pull request #19 from gfeun/main-execute-loop-optimization (diff) | |
| download | avr8js-8934a7566a038a74464d3d8df9d04fd875e5b1d7.tar.gz avr8js-8934a7566a038a74464d3d8df9d04fd875e5b1d7.tar.bz2 avr8js-8934a7566a038a74464d3d8df9d04fd875e5b1d7.zip | |
refactor: added peripherals and cpu feature folders
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/gpio.spec.ts (renamed from src/gpio.spec.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpio.spec.ts b/src/peripherals/gpio.spec.ts index 2fa866d..5a282e6 100644 --- a/src/gpio.spec.ts +++ b/src/peripherals/gpio.spec.ts @@ -1,4 +1,4 @@ -import { CPU } from './cpu'; +import { CPU } from '../cpu/cpu'; import { AVRIOPort, portBConfig, PinState } from './gpio'; describe('GPIO', () => { |
