-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstring_data.h
More file actions
16 lines (14 loc) · 835 Bytes
/
string_data.h
File metadata and controls
16 lines (14 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __string_data__
#define __string_data__
static const size_t size_string_data = 108;
static uint8_t string_data[] __attribute__((aligned(16))) =
{
0x48, 0x6F, 0x6D, 0x65, 0x62, 0x72, 0x65, 0x77, 0x20, 0x77, 0x61, 0x73, 0x20, 0x62, 0x75, 0x69,
0x6C, 0x74, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x4F, 0x70, 0x65, 0x6E,
0x4F, 0x72, 0x62, 0x69, 0x73, 0x20, 0x50, 0x53, 0x34, 0x20, 0x54, 0x6F, 0x6F, 0x6C, 0x63, 0x68,
0x61, 0x69, 0x6E, 0x2E, 0x0D, 0x0A, 0x0D, 0x0A, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F,
0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x4F, 0x70, 0x65, 0x6E, 0x4F,
0x72, 0x62, 0x69, 0x73, 0x2F, 0x4F, 0x70, 0x65, 0x6E, 0x4F, 0x72, 0x62, 0x69, 0x73, 0x2D, 0x50,
0x53, 0x34, 0x2D, 0x54, 0x6F, 0x6F, 0x6C, 0x63, 0x68, 0x61, 0x69, 0x6E,
};
#endif