/elec/quadcopter

To get this branch, use:
bzr branch http://bzr.ed.am/elec/quadcopter

« back to all changes in this revision

Viewing changes to src/rc-interface/comms.cc

  • Committer: Tim Marston
  • Date: 2014-03-12 23:02:38 UTC
  • Revision ID: tim@ed.am-20140312230238-cjbi6uhdikn0kods
rc-interface: fixed bug reading motor channels from serial

Show diffs side-by-side

added added

removed removed

77
77
                                // copy channel values
78
78
                                unsigned char *data =
79
79
                                        reinterpret_cast< unsigned char * >( channel_values );
80
 
                                memcpy( buf, data, sizeof( int ) * NUM_MOTORS );
 
80
                                memcpy( data, buf, sizeof( int ) * NUM_MOTORS );
81
81
                        }
82
82
 
83
83
                        // reset read buffer