Skip to content

Commit 5fde2ec

Browse files
committed
typo
1 parent 58a63a4 commit 5fde2ec

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual

1 file changed

+1
-1
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,7 @@ void optaAnalogTask() {
33393339
static long int start = millis();
33403340
33413341
/* using this the code inside the if will run every PERIODIC_UPDATE_TIME ms
3342-
assuming the function is called repeteadly in the loop() function */
3342+
assuming the function is called repeatedly in the loop() function */
33433343
33443344
if (millis() - start > PERIODIC_UPDATE_TIME) {
33453345
start = millis();

0 commit comments

Comments
 (0)