#ifndef __GLOBAL_H__ #define __GLOBAL_H__ #include #include #include #include /* The IRQ header must be included before stm32_device.h since ST defines a bunch of messy macros there. */ #include /* Header generated from stm32***_startup.s in Makefile */ #include #endif /* __GLOBAL_H__ */