[EGD-3690]: Partially import fsl_common.h from newer SDK (#888)

Just copy in newer header cause incompatibility and runtime
errors. Specificaly assertion in port.c connected to ISR
priorities.

Signed-off-by: Roman Kubiak <roman.kubiak@mudita.com>

Co-authored-by: Artur Mądrzak <amadrzak@onplick.com>
This commit is contained in:
Roman Kubiak
2020-10-23 11:44:22 +02:00
committed by GitHub
parent bc44592e62
commit 02fa0f57fe

View File

@@ -151,6 +151,9 @@ enum _status_groups
kStatusGroup_DebugConsole = 99, /*!< Group number for debug console status codes. */
kStatusGroup_SEMC = 100, /*!< Group number for SEMC status codes. */
kStatusGroup_ApplicationRangeStart = 101, /*!< Starting number for application groups. */
kStatusGroup_LIST = 142, /*!< Group number for List status codes. */
kStatusGroup_OSA = 143, /*!< Group number for OSA status codes. */
};
/*! @brief Generic status return codes. */