mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 13:33:30 +08:00
14 lines
282 B
C
14 lines
282 B
C
/*
|
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2022-02-20 Meco Man add RT-Thread copyright
|
|
*/
|
|
|
|
#if defined(__ICCARM__) || defined(_WIN32)
|
|
#pragma pack(1)
|
|
#endif
|