/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: dan
  • Date: 2016-04-10 17:28:24 UTC
  • Revision ID: dan-20160410172824-ev6xuubiua9rdp21
Fixed GND pin type on various components from power output to power input. Resolves ladybug check errors in escheema

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