We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c122158 commit 4822ac5Copy full SHA for 4822ac5
targets/TARGET_Cypress/TARGET_PSOC6/mtb-pdl-cat1/drivers/source/cy_syslib.c
@@ -21,6 +21,9 @@
21
* See the License for the specific language governing permissions and
22
* limitations under the License.
23
*******************************************************************************/
24
+#if defined(__ARMCC_VERSION)
25
+#include <arm_compat.h>
26
+#endif
27
28
#include "cy_device.h"
29
0 commit comments