Skip to content

Commit 426e3e0

Browse files
committed
remove comments
1 parent 3bce004 commit 426e3e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/keyword-spotting/sketch/heart_frames.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ const uint32_t HeartStatic[4] = {
1212
};
1313

1414
const uint32_t HeartAnim[][5] = {
15-
{0x1dc11108, 0x08404104, 0x04401400, 0x40000000, 55}, // 1
16-
{0x3fe31198, 0x0cc06306, 0x0c603600, 0xe0000000, 55}, // 2
17-
{0x3fe31198, 0x0cc06306, 0x0c603600, 0xe0000000, 55}, // 3
18-
{0x7ff711f8, 0x0fc07707, 0x1c707701, 0xf0000000, 55}, // 4
19-
{0xffff11f8, 0x0fc07f07, 0xbc78f783, 0xf8000000, 55}, // 5
20-
{0xffff11f8, 0x0fc07f07, 0xfc7ff7ef, 0xfe000000, 55}, // 6
21-
{0xffff11f8, 0x0fc07f07, 0xfc7ff7ff, 0xff000000, 55}, // 7
22-
{0xffff11f8, 0x0fc07f07, 0xfc7ff7ff, 0xff000000, 55} // 8
15+
{0x1dc11108, 0x08404104, 0x04401400, 0x40000000, 55},
16+
{0x3fe31198, 0x0cc06306, 0x0c603600, 0xe0000000, 55},
17+
{0x3fe31198, 0x0cc06306, 0x0c603600, 0xe0000000, 55},
18+
{0x7ff711f8, 0x0fc07707, 0x1c707701, 0xf0000000, 55},
19+
{0xffff11f8, 0x0fc07f07, 0xbc78f783, 0xf8000000, 55},
20+
{0xffff11f8, 0x0fc07f07, 0xfc7ff7ef, 0xfe000000, 55},
21+
{0xffff11f8, 0x0fc07f07, 0xfc7ff7ff, 0xff000000, 55},
22+
{0xffff11f8, 0x0fc07f07, 0xfc7ff7ff, 0xff000000, 55},
2323
};

0 commit comments

Comments
 (0)