Switch USB to double-buffered
[fw/altos] / ao_panic.c
index 9f9167d8f79be95e899c488bab5e63cc491d1437..0f8433dc03e9297a30dcefb7e4849fae26c72eb0 100644 (file)
@@ -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 (;;)
-               ;
 }