Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
kummermi committed Jun 26, 2024
1 parent 9da7d2b commit 50e70fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace nanoMedForLife {
* @param optionsOrCallback Optional configuration object or callback function
* @param callbackOrUndefined Optional callback function
*/
//% weight=86 blockId=receivingValues block="Wenn Advancerwert |%advancerSpeed| empfangen"
//% weight=86 blockId=receivingValues block="wenn Advancerwert |%advancerSpeed| empfangen"
export function onReceivedNumberHandler(
optionsOrCallback: number | ((radvancerSpeed: number) => void),
callbackOrUndefined?: (advancerSpeed: number) => void
Expand Down

0 comments on commit 50e70fe

Please sign in to comment.