summaryrefslogtreecommitdiff
path: root/board/wmt/wmt_battery/gauge/upi/uG31xx_Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/wmt/wmt_battery/gauge/upi/uG31xx_Platform.h')
-rwxr-xr-xboard/wmt/wmt_battery/gauge/upi/uG31xx_Platform.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/board/wmt/wmt_battery/gauge/upi/uG31xx_Platform.h b/board/wmt/wmt_battery/gauge/upi/uG31xx_Platform.h
new file mode 100755
index 0000000..f97ee4e
--- /dev/null
+++ b/board/wmt/wmt_battery/gauge/upi/uG31xx_Platform.h
@@ -0,0 +1,21 @@
+/**
+ * @filename uG31xx_Platform.h
+ *
+ * Define the platform for uG31xx driver
+ *
+ * @author AllenTeng <allen_teng@upi-semi.com>
+ */
+
+#ifndef _UG31XX_PLATFORM_H_
+#define _UG31XX_PLATFORM_H_
+
+//#define uG31xx_OS_WINDOWS
+#define uG31xx_OS_ANDROID
+
+#ifdef uG31xx_OS_ANDROID
+
+ #define uG31xx_BOOT_LOADER
+
+#endif ///< end of uG31xx_OS_ANDROID
+
+#endif ///< end of _UG31XX_PLATFORM_H_