mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 08:58:29 -04:00
a71c7b336d
This reverts commit 50ba0ce4fa41c6d4101dff8da17c267a65750522. It didn't build, and I want to do a release based on tested code
10 lines
210 B
C++
10 lines
210 B
C++
/*
|
|
* APM_RC_.cpp - Radio Control Library for Ardupilot Mega. Arduino
|
|
* Code by Jordi Muñoz and Jose Julio. DIYDrones.com
|
|
*
|
|
*/
|
|
#include "APM_RC.h"
|
|
|
|
volatile uint32_t APM_RC_Class::_last_update;
|
|
|