X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/7300c5e48f3ef2f5240b41cd987d6c3580175fc6..6421941553d20df7608a6e1fe1d10aed2845b350:/avrcpm/avr/macros.inc diff --git a/avrcpm/avr/macros.inc b/avrcpm/avr/macros.inc index e6559c5..b109165 100644 --- a/avrcpm/avr/macros.inc +++ b/avrcpm/avr/macros.inc @@ -82,7 +82,7 @@ ; printstring "String" .macro printstring - rcall printstr + call printstr .if strlen(@0) % 2 .db @0,0 .else