aboutsummaryrefslogtreecommitdiff
path: root/apps/gps
Commit message (Collapse)AuthorAgeFilesLines
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-213-3/+3
| | | | | | interrupt context. ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
* Fresh import of the PX4 firmware sources.px4dev2012-08-0436-0/+6357