Skip to content

Commit 20ea781

Browse files
committed
switched to 1khz
1 parent 6bd3008 commit 20ea781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sup/src/sup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static void bts_authorization()
136136

137137
ember_rate_funcs_S module_rf = {
138138
.call_init = init_led,
139-
.call_1Hz = bts_authorization,
139+
.call_1kHz = bts_authorization,
140140
.call_100Hz = sup_100Hz,
141141
};
142142

0 commit comments

Comments
 (0)