X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao_panic.c;h=0f8433dc03e9297a30dcefb7e4849fae26c72eb0;hb=7e4abf3a40c39d0ce4f466281bef9a464df85dd4;hp=9f9167d8f79be95e899c488bab5e63cc491d1437;hpb=1903a86bf2cc6b685ccc475e62eabe49a4ec5b43;p=fw%2Faltos diff --git a/ao_panic.c b/ao_panic.c index 9f9167d8..0f8433dc 100644 --- a/ao_panic.c +++ b/ao_panic.c @@ -3,8 +3,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -22,6 +21,4 @@ void ao_panic(uint8_t reason) { (void) reason; - for (;;) - ; }