/
Sangak
/
ardupilot
Обзор
Документация
Войти
/
Sangak
/
ardupilot
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libraries/AP_HAL_ChibiOS/AP_HAL_ChibiOS_Private.h
19 строк
421 B
Andy Piper
AP_HAL_ChibiOS: rename QSPIDevice to WSPIDevice
28 апр 2023, 01:31
28 апр 2023, 01:31
f8dd6a1
Код
Авторство
О чём код?
#pragma once /* Umbrella header for all private headers of the AP_HAL_ChibiOS module. * Only import this header from inside AP_HAL_ChibiOS */ #include "AnalogIn.h" #include "GPIO.h" #include "Scheduler.h" #include "Util.h" #include "UARTDriver.h" #include "SPIDevice.h" #include "Storage.h" #include "RCInput.h" #include "RCOutput.h" #include "I2CDevice.h" #include "Flash.h" #include "DSP.h" #include "WSPIDevice.h"