aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/twi.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/peripherals/twi.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/twi.ts b/src/peripherals/twi.ts
index ec0a206..52258a6 100644
--- a/src/peripherals/twi.ts
+++ b/src/peripherals/twi.ts
@@ -65,7 +65,7 @@ export const twiConfig: TWIConfig = {
TWAR: 0xba,
TWDR: 0xbb,
TWCR: 0xbc,
- TWAMR: 0xbd
+ TWAMR: 0xbd,
};
// A simple TWI Event Handler that sends a NACK for all events