altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / libaltos / libaltos.i0
1 %module libaltos
2 %{
3 #include "libaltos.h"
4 %}
5 %extend altos_device {
6         int method_1(int x, int y) {
7                 return ($self->method_1)(x, y);
8         }
9 }