]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald_strings.c
Add fixes for it to work properly on microcontroller
[oswald.git] / ui / oswald_strings.c
index 1c621bcda9e023b44e809cbd68117b5baf4284cc..5eff42d765b1074f9918208dde725f756a11942f 100644 (file)
@@ -2,9 +2,9 @@
 
 #include "oswald_strings.h"
 
-u16t oswald_strlen(u8t *string)
+u16t oswald_strlen(char *string)
 {
-       register i=0;
+       int i=0;
 
        if (string == NULL)
                return 0;