From: Uwe Hermann Date: Wed, 10 Aug 2016 05:40:43 +0000 (+0200) Subject: dscr.inc: Shorten representation of two strings. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.4~20 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ae087fd964d575a79f39ae086a035a3e4edf88bc;hp=bb9fd89f1c2668855475a441e1a5f2092a10fa3a;p=sigrok-firmware-fx2lafw.git dscr.inc: Shorten representation of two strings. --- diff --git a/include/dscr.inc b/include/dscr.inc index 5d0f0597..2497b60e 100644 --- a/include/dscr.inc +++ b/include/dscr.inc @@ -173,39 +173,15 @@ string0end: _string1: .db string1end - _string1 .db DSCR_STRING_TYPE - .ascii 's' - .db 0 - .ascii 'i' - .db 0 - .ascii 'g' - .db 0 - .ascii 'r' - .db 0 - .ascii 'o' - .db 0 - .ascii 'k' - .db 0 + .ascii 's\0i\0g\0r\0o\0k\0' string1end: _string2: .db string2end - _string2 .db DSCR_STRING_TYPE - .ascii 'f' - .db 0 - .ascii 'x' - .db 0 - .ascii '2' - .db 0 - .ascii 'l' - .db 0 - .ascii 'a' - .db 0 - .ascii 'f' - .db 0 - .ascii 'w' - .db 0 + .ascii 'f\0x\0002\0l\0a\0f\0w\0' string2end: _dev_strings_end: - .dw 0x0000 + .dw 0x0000