aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/peripherals/timer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/timer.ts b/src/peripherals/timer.ts
index 5ba908e..5c211ba 100644
--- a/src/peripherals/timer.ts
+++ b/src/peripherals/timer.ts
@@ -43,7 +43,7 @@ interface TimerDividers {
7: number;
}
-interface AVRTimerConfig {
+export interface AVRTimerConfig {
bits: 8 | 16;
captureInterrupt: u8;
compAInterrupt: u8;