altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao_sample_profile.c
index d3743d124121abeed7062d1bcf87338d1f7696a5..b9d0e07fd9a7d71ea8801cc00224dfe4d5a213c5 100644 (file)
@@ -3,7 +3,8 @@
  *
  * 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -159,7 +160,7 @@ ao_sample_profile_cmd(void)
        }
 }
 
-static __code struct ao_cmds ao_sample_profile_cmds[] = {
+static const struct ao_cmds ao_sample_profile_cmds[] = {
        { ao_sample_profile_cmd,        "S <1 start,0 stop, d dump,c clear>\0Sample profile" },
        { 0, NULL }
 };