Loading
AVR32: Add missing return instruction in __raw_writesb
__raw_writesb ends with a conditional branch, which is obviously
wrong. It should return after the last loop terminates.
Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
__raw_writesb ends with a conditional branch, which is obviously
wrong. It should return after the last loop terminates.
Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>