mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
10 lines
168 B
C++
10 lines
168 B
C++
/*
|
|
* AP_HardwareAbstractionLayer.cpp
|
|
*
|
|
* Created on: Apr 30, 2011
|
|
* Author: jgoppert
|
|
*/
|
|
|
|
#include "AP_HardwareAbstractionLayer.h"
|
|
// vim:ts=4:sw=4:expandtab
|