1 /*******************************************************************************
2 * File Name: cycfg_notices.h
3 *
4 * Description:
5 * Contains warnings and errors that occurred while generating code for the
6 * design.
7 * This file was automatically generated and should not be modified.
8 * Configurator Backend 3.0.0
9 * device-db 4.1.0.3437
10 * mtb-pdl-cat1 3.3.0.21979
11 *
12 ********************************************************************************
13 * Copyright 2023 Cypress Semiconductor Corporation (an Infineon company) or
14 * an affiliate of Cypress Semiconductor Corporation.
15 * SPDX-License-Identifier: Apache-2.0
16 *
17 * Licensed under the Apache License, Version 2.0 (the "License");
18 * you may not use this file except in compliance with the License.
19 * You may obtain a copy of the License at
20 *
21 *     http://www.apache.org/licenses/LICENSE-2.0
22 *
23 * Unless required by applicable law or agreed to in writing, software
24 * distributed under the License is distributed on an "AS IS" BASIS,
25 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 * See the License for the specific language governing permissions and
27 * limitations under the License.
28 ********************************************************************************/
29 
30 #if !defined(CYCFG_NOTICES_H)
31 #define CYCFG_NOTICES_H
32 
33 #ifdef CY_SUPPORTS_DEVICE_VALIDATION
34 #ifndef CY8C6347BZI_BLD53
35     #error "Unexpected MPN; expected DEVICE:=CY8C6347BZI-BLD53. There may be an inconsistency between the *.modus file and the makefile target configuration device sets."
36 #endif
37 #endif
38 
39 #ifdef CY_SUPPORTS_COMPLETE_DEVICE_VALIDATION
40 #ifndef CY8C6347BZI_BLD53
41     #error "Unexpected MPN; expected DEVICE:=CY8C6347BZI-BLD53. There may be an inconsistency between the *.modus file and the makefile target configuration device sets."
42 #endif
43 #endif
44 
45 
46 #endif /* CYCFG_NOTICES_H */
47