1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/** * @filename uG31xx_Platform.h * * Define the platform for uG31xx driver * * @author AllenTeng <allen_teng@upi-semi.com> */ //#define uG31xx_OS_WINDOWS #define uG31xx_OS_ANDROID #ifdef uG31xx_OS_ANDROID //#define uG31xx_BOOT_LOADER #endif ///< end of uG31xx_OS_ANDROID