APM:Libraries
AP_HAL_F4Light.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 
5 /* Your layer exports should depend on AP_HAL.h ONLY. */
6 #include <AP_HAL/AP_HAL.h>
7 
8 #ifndef IN_CCM
9 #define IN_CCM __attribute__((section(".ccm")))
10 #endif
11 
12 
35 #include "HAL_F4Light_Class.h"
36 
37