Skip to content

Commit

Permalink
type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferner committed Jul 5, 2018
1 parent 08d900c commit d824873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stm32UartBootloader.ts
Expand Up @@ -29,7 +29,7 @@ export interface Stm32UartBootloaderOptions {
resetPin: number;
boot0Pin: number;
serialPortPath: string;
serialPortBaudRate: number;
serialPortBaudRate?: number;
}

declare interface Stm32UartBootloaderEvent {
Expand Down

0 comments on commit d824873

Please sign in to comment.