AP_Button: Add missing header guard

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2019-05-20 11:55:59 -03:00 committed by Francisco Ferreira
parent f21e4d833c
commit c4825a6d02
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>