From: Mikko Rasa Date: Mon, 13 May 2013 17:47:59 +0000 (+0300) Subject: Fix an inline asm constraint X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=39a8531ba664b0e39c781c94b0529d1f9431d4b6;hp=39a8531ba664b0e39c781c94b0529d1f9431d4b6;p=model-railway-devices.git Fix an inline asm constraint The sbiw instruction is limited to certain word-capable registers, and the compiler needs to be informed that such a register is needed. ---