1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

moving workers to js folder

This commit is contained in:
cTn 2014-02-07 21:48:04 +01:00
parent 4d13916ece
commit e2cfa50262
2 changed files with 1 additions and 1 deletions

View file

@ -110,7 +110,7 @@ function tab_initialize_firmware_flasher() {
function parse_hex(str, callback) {
// parsing hex in different thread
var worker = new Worker('./workers/hex_parser.js');
var worker = new Worker('./js/workers/hex_parser.js');
// "callback"
worker.onmessage = function (event) {