feat: integrate MCP and ES3C28P audio support with upstream compatibility updates

This commit is contained in:
Adolfo Reyna
2026-07-04 15:41:37 -04:00
parent b8bf59fedf
commit 300ddb3a7f
21 changed files with 1260 additions and 33 deletions
+5 -3
View File
@@ -38,9 +38,11 @@
#define __QRCODE_H_
#ifndef __cplusplus
typedef unsigned char bool;
static const bool false = 0;
static const bool true = 1;
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L)
// C23 has bool, true, false as standard keywords
#else
#include <stdbool.h>
#endif
#endif
#include <stdint.h>