Re: [PATCH] Add support for arguments in ISRs

2017-12-20 Thread Sebastian Huber
Thanks, committed. I guess your e-mail client corrupted the patch since I had to fix it manually. Please avoid white space at the end of lines. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-

[PATCH] Add support for arguments in ISRs

2017-12-20 Thread Kilian Holzinger
--- c/src/lib/libbsp/arm/atsam/libraries/libchip/source/pio_it.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c/src/lib/libbsp/arm/atsam/libraries/libchip/source/pio_it.c b/c/src/lib/libbsp/arm/atsam/libraries/libchip/source/pio_it.c index ad78a9b0c1..7416edb153 100644 --- a/c/src/lib/li