cypress: fix cy_syslib breakpoint undefined

CMSIS 5.8.0 requires for armcc to include compat header prior any other header.
See Known issues for the release.
pull/14900/head
Martin Kojtal 2021-07-19 15:50:27 +01:00
parent c122158d49
commit 4822ac56a1
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/
#if defined(__ARMCC_VERSION)
#include <arm_compat.h>
#endif
#include "cy_device.h"