Add compiler_support.h
(#25274)
This commit is contained in:
parent
fa24b0fcce
commit
955809bd5a
36 changed files with 142 additions and 81 deletions
|
@ -17,6 +17,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "compiler_support.h"
|
||||
#include "unicode_keycodes.h"
|
||||
|
||||
/**
|
||||
|
@ -33,7 +35,7 @@ typedef union unicode_config_t {
|
|||
};
|
||||
} unicode_config_t;
|
||||
|
||||
_Static_assert(sizeof(unicode_config_t) == sizeof(uint8_t), "Unicode EECONFIG out of spec.");
|
||||
STATIC_ASSERT(sizeof(unicode_config_t) == sizeof(uint8_t), "Unicode EECONFIG out of spec.");
|
||||
|
||||
extern unicode_config_t unicode_config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue