]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/cli-core.S
a lot of fixes
[avr-crypto-lib.git] / test_src / cli-core.S
index 69671f6339320ba59b57d75efd25ac2cbdd61f94..573997e66f78d7e7f179ad6460594c47654ddd24 100644 (file)
@@ -39,6 +39,7 @@
  */
 TMP_CNT_0 = 26
 TMP_CNT_1 = 27
+
 .global max_cmd_length
 max_cmd_length:
        movw r30, r24
@@ -345,7 +346,7 @@ cli_auto_help:
        movw TMP_0, r24
        rcall cli_putstr_P
        movw r24, TMP_0
-       call strlen_P
+       call strlen_PF
        movw TMP_0, LEN_0
        sub TMP_0, r24
        sbc TMP_1, r25