Re: Commit: RX: Warn about multiple fast interrupt routines.

2012-10-03 Thread Gerald Pfeifer
On Wed, 3 Oct 2012, Nick Clifton wrote: > PS. I have even remembered to include a patch to the html > documentation as well! Yes, I was going to mention this appreciatively. ;-) A minor change I applied on top is the following, adding a closing and a dash in command-line. Thanks, Gerald Index

Commit: RX: Warn about multiple fast interrupt routines.

2012-10-03 Thread Nick Clifton
Hi Guys, I am applying the patch below to the RX backend. It adds support for issuing warning messages when multiple fast interrupt routines are defined in the same compilation unit. The RX only supports one fast interrupt so it is probably a mistake to define more than one. If the pr