]> git.gir.st - tmk_keyboard.git/commit
Fix bootloader jump use word address
authortmk <nobody@nowhere>
Wed, 18 Sep 2013 07:03:03 +0000 (16:03 +0900)
committertmk <nobody@nowhere>
Wed, 18 Sep 2013 07:10:53 +0000 (16:10 +0900)
commit0ca415004a453b2a841880d3a66492c664505737
tree00640fe61df993e31c09905d029f2dcccce8282b
parentc7faa51ee843198c1b6a1dfeb0f1842c4e3ea0e6
Fix bootloader jump use word address

- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked?
common/bootloader.c
Imprint / Impressum