diff options
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 58afde3..8db88f9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export { portJConfig, portKConfig, portLConfig, - PinState + PinState, } from './peripherals/gpio'; export { AVRUSART, usart0Config } from './peripherals/usart'; export * from './peripherals/twi'; |
