mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
a38e00c048
Minor commit to kick off the auto build so AC3.2-rc1 will go out
10 lines
193 B
C
10 lines
193 B
C
|
|
#ifndef __COMPAT_H__
|
|
#define __COMPAT_H__
|
|
|
|
/* Forward declarations to avoid broken auto-prototyper (coughs on '::'?) */
|
|
static void run_cli(AP_HAL::UARTDriver *port);
|
|
|
|
#endif // __COMPAT_H__
|
|
|