@@ -10,7 +10,9 @@ See the License for the specific language governing permissions and
10
10
limitations under the License.
11
11
==============================================================================*/
12
12
13
- unsigned char g_magic_wand_model_data[] = {
13
+ #include " magic_wand_model_data.h"
14
+
15
+ const unsigned char g_magic_wand_model_data[] = {
14
16
0x20 , 0x00 , 0x00 , 0x00 , 0x54 , 0x46 , 0x4c , 0x33 , 0x00 , 0x00 , 0x00 , 0x00 ,
15
17
0x14 , 0x00 , 0x20 , 0x00 , 0x04 , 0x00 , 0x08 , 0x00 , 0x0c , 0x00 , 0x10 , 0x00 ,
16
18
0x14 , 0x00 , 0x00 , 0x00 , 0x18 , 0x00 , 0x1c , 0x00 , 0x14 , 0x00 , 0x00 , 0x00 ,
@@ -2585,4 +2587,5 @@ unsigned char g_magic_wand_model_data[] = {
2585
2587
0x01 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x80 , 0x3f , 0x01 , 0x00 , 0x00 , 0x00 ,
2586
2588
0x80 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x04 , 0x00 , 0x04 , 0x00 ,
2587
2589
0x04 , 0x00 , 0x00 , 0x00 };
2588
- unsigned int g_magic_wand_model_data_len = 30880 ;
2590
+
2591
+ const int g_magic_wand_model_data_len = sizeof (g_magic_wand_model_data);
0 commit comments