Browse code

gitignore implemented

Louis authored on12/12/2022 18:39:44
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-#include <stdint.h>
2
-
3
-//
4
-// AUTOGENERATED BY BUILD
5
-// DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
6
-//
7
-
8
-uint32_t RESOURCE_ID_IMAGE_MENU_ICON = 1;
9
-uint32_t RESOURCE_ID_WORLD_MONO = 2;
10
-uint32_t RESOURCE_ID_BT_ko_icon = 3;
11
-uint32_t RESOURCE_ID_BATTERY = 4;
Louis authored on17/10/2018 20:31:52
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+#include <stdint.h>
2
+
3
+//
4
+// AUTOGENERATED BY BUILD
5
+// DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
6
+//
7
+
8
+uint32_t RESOURCE_ID_IMAGE_MENU_ICON = 1;
9
+uint32_t RESOURCE_ID_WORLD_MONO = 2;
10
+uint32_t RESOURCE_ID_BT_ko_icon = 3;
11
+uint32_t RESOURCE_ID_BATTERY = 4;