update gencode

This commit is contained in:
LyuWeiye
2022-12-12 15:05:36 +08:00
parent 6dff9bbcee
commit e0a60d9438
102 changed files with 19991 additions and 19125 deletions
+4
View File
@@ -78,6 +78,9 @@ typedef struct {
#define G m->counter[6]
#define H m->counter[7]
#ifdef MAVLINK_USE_MESSAGE_INFO
extern const uint32_t mavlink_sha256_constant_256[64];
#else
static const uint32_t mavlink_sha256_constant_256[64] = {
0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5,
0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5,
@@ -96,6 +99,7 @@ static const uint32_t mavlink_sha256_constant_256[64] = {
0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208,
0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2
};
#endif
MAVLINK_HELPER void mavlink_sha256_init(mavlink_sha256_ctx *m)
{