mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
14 lines
155 B
C
14 lines
155 B
C
#pragma once
|
|
|
|
#include "hal_types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
void enable_nvic_irq(uint8_t irq, uint8_t prio);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |