Update moza.c

Change MOZA_MAGIC_VALUE back to 0x0d from 13.
This commit is contained in:
Morgan Garcia
2025-07-29 20:43:49 -04:00
committed by Paul Jones
parent 9f51f03efa
commit 23f45d8f56
+1 -1
View File
@@ -14,7 +14,7 @@
#define MOZA_NUM_AVAILABLE_LEDS 10 #define MOZA_NUM_AVAILABLE_LEDS 10
#define MOZA_BLINKING_BIT 7 #define MOZA_BLINKING_BIT 7
#define MOZA_PAYLOAD_SIZE 11 #define MOZA_PAYLOAD_SIZE 11
#define MOZA_MAGIC_VALUE 13 #define MOZA_MAGIC_VALUE 0x0d
#define BIT(nr) (1UL << (nr)) #define BIT(nr) (1UL << (nr))
unsigned char moza_checksum(unsigned char *data) unsigned char moza_checksum(unsigned char *data)