UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

13 lines (10 loc) 375 B
import { MessageDefinition } from '../../../core/types.js'; declare const LOG_ERASE_ID = 121; declare const LOG_ERASE_CRC_EXTRA = 28; declare const LogEraseDefinition: MessageDefinition; interface MessageLogErase { target_system: number; target_component: number; } export { LOG_ERASE_CRC_EXTRA, LOG_ERASE_ID, LogEraseDefinition }; export type { MessageLogErase };