Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leeboby committed Sep 10, 2024
1 parent 3f17e7d commit 0cf6a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpio/readall.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ void OrangePiReadAll(int model)
alts = alts_rk3588;
break;
case PI_MODEL_5_ULTRA:
printf (" +------+-----+----------+--------+---+OPI5-ULTAR+---+--------+----------+-----+------+\n");
printf (" +------+-----+----------+--------+---+OPI5-ULTRA+---+--------+----------+-----+------+\n");
physToWpi = physToWpi_5ULTRA;
physNames = physNames_5ULTRA;
alts = alts_rk3588;
Expand Down Expand Up @@ -2257,7 +2257,7 @@ void OrangePiReadAll(int model)
printf (" +------+-----+----------+--------+---+ PI5 MAX +---+--------+----------+-----+------+\n");
break;
case PI_MODEL_5_ULTRA:
printf (" +------+-----+----------+--------+---+OPI5-ULTAR+---+--------+----------+-----+------+\n");
printf (" +------+-----+----------+--------+---+OPI5-ULTRA+---+--------+----------+-----+------+\n");
break;
case PI_MODEL_5_PLUS:
printf (" +------+-----+----------+--------+---+ PI5 PLUS +---+--------+----------+-----+------+\n");
Expand Down

0 comments on commit 0cf6a3c

Please sign in to comment.