Skip to content

Commit e963708

Browse files
authored
Update main.ts
1 parent a40a17a commit e963708

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

main.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* generated for an **exported** function.
66
*/
77

8-
//% color="#AA278D" weight=100
8+
//% color="#AA278D" weight=100 icon="\uf1ec"
99
namespace RemoteControl {
1010

1111
//% block
@@ -21,7 +21,6 @@ namespace RemoteControl {
2121
// block text with spaces
2222

2323
//% block
24-
export function init_HX1838() {
2524
let _nul = 181
2625
let _een = 22
2726
let _twee = 25
@@ -39,11 +38,11 @@ namespace RemoteControl {
3938
let _ok = 253
4039
let _ster = 189
4140
let _hekje = 173
42-
} : void
41+
export function init_HX1838() : void {
42+
}
4343

4444

4545
//% block
46-
export function init_Keyestudio (initialiseer_IR_variabelen: string) {
4746
let _nul = 25
4847
let _een = 93
4948
let _twee = 157
@@ -61,6 +60,6 @@ export function init_Keyestudio (initialiseer_IR_variabelen: string) {
6160
let _ok = 199
6261
let _ster = 22
6362
let _hekje = 13
64-
} : void
65-
63+
export function init_Keyestudio () : void {
64+
}
6665
}

0 commit comments

Comments
 (0)