On Thursday 10 December 2009, Øyvind Harboe wrote: > + values[1]=(1<<5)|reg_addr;
Could you please add spaces around the operators?
values[1] = (1 << 5) | reg_addr;
I've been carrying around a cleanup patch, as-yet unmerged,
to fix that routine...
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development
