Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 829f01760d
commit cce10b69f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1574,7 +1574,7 @@ int upper_digit(int number) {
return digit; return digit;
} }
void print_string(*string) void print_string(char *string)
{ {
int count = 0; int count = 0;
while ((count++ < 250) && (string[i] != NULL)) while ((count++ < 250) && (string[i] != NULL))

Loading…
Cancel
Save

Powered by TurnKey Linux.