Skip to content
Snippets Groups Projects
Commit d73aea31 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[RTL] Fixed header file in bits

parent 26c11e6c
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
#define E_ACSL_BITS
#include <stdint.h>
#include <stddef.h>
/* Check if we have little-endian and abort the execution otherwise. */
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment