Skip to content

Commit

Permalink
更新 huskylens.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjie133 committed Aug 24, 2020
1 parent d04b2a3 commit d5510d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huskylens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ namespace huskylens {

//%block="HuskyLens get $number1 of ID $id arrow from the result"
//% weight=60
export function readeArrow(number1: Content2,id: number): number {
export function readeArrow(id: number,number1: Content2): number {
let hk_y = cycle_arrow(id, 1);
let hk_x
if (countArrows(id) != 0) {
Expand Down

0 comments on commit d5510d5

Please sign in to comment.