Files
paparazzi/sw/simulator
Felix Ruess 30df14eb05 [abi] allow to pass variables by value
before the generated ABI callbacks always had a signature with `const type *var` where type was e.g float.
Now the generated signature is simply `type var`.
To pass const pointers again, set it accordingly in abi.xml, e.g. type="const float *" instead of type="float"
2015-02-07 16:07:09 +01:00
..
2014-08-27 14:40:21 +02:00
2014-08-27 14:40:21 +02:00
2014-12-05 19:20:44 +01:00