mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			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
							parent
							
								
									c122158d49
								
							
						
					
					
						commit
						4822ac56a1
					
				| 
						 | 
				
			
			@ -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"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue