Skip to content

Commit 126feb6

Browse files
authored
Merge branch 'develop' into fix-freertos-port
2 parents 8fc7a47 + f9af0f6 commit 126feb6

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

erpc_c/port/erpc_endianness_agnostic_example.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: BSD-3-Clause
3+
*/
4+
15
/*
26
* This is example file for endianness agnostic communication based on byteswap.h.
37
* Other approach can be done with htons(), htonl(), ntohs(), ntohl() and such.

erpc_c/port/erpc_endianness_undefined.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
* SPDX-License-Identifier: BSD-3-Clause
3+
*/
14

25
#ifndef _ERPC_ENDIANNESS_UNDEFINED_H_
36
#define _ERPC_ENDIANNESS_UNDEFINED_H_

0 commit comments

Comments
 (0)