Skip to content

Commit

Permalink
Womp Womp
Browse files Browse the repository at this point in the history
  • Loading branch information
ELundby45 committed Jan 11, 2019
1 parent 23b318b commit 02f6a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otaUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var OTAUtil = require('./otaUtil.js')
var BootLoaderCommands = require('./otaCommands.js')
var OTAReader = require('./otaReader.js')
var OTAWriter = require('./otaWriter.js')
var OTAErrors = require('./otaErros.js')
var OTAErrors = require('./otaErrors.js')

// States for the flashing state machine
var ENTER_BOOTLOADER_REQ = 1
Expand Down

0 comments on commit 02f6a42

Please sign in to comment.