Skip to content
Snippets Groups Projects
Commit 256b7498 authored by Alexandr Mruchok's avatar Alexandr Mruchok
Browse files

Merge branch 'master' of https://gitlab.demlabs.net/cellframe/libdap into feature-2648

parents 0177b6eb 1c061479
No related branches found
No related tags found
2 merge requests!28Feature 2648,!25Feature 2648
......@@ -30,10 +30,13 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "portable_endian.h"
typedef uint8_t byte_t;
#if defined(__GNUC__) ||defined (__clang__)
#define DAP_ALIGN_PACKED __attribute__((aligned(1),packed))
#else
......
......@@ -25,3 +25,4 @@ typedef union dap_uint128{
#endif
} dap_uint128_t;
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