-
-
Notifications
You must be signed in to change notification settings - Fork 515
Closed as not planned
Labels
conclusion: off topicOff topic for this repositoryOff topic for this repositorytype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
Compiling the same code using this library with old arduino ide works perfectly, but doing this with new IDE a lot of errors appears considering all variables in macro expansion like undefined.
Example:
c:\Users\xxx\Documents\Arduino\libraries\MCUFRIEND_kbv\utility/mcufriend_shield.h:1210:38: error: 'WR_PIN' was not declared in this scope
1210 | #define WR_IDLE PIN_HIGH(WR_PORT, WR_PIN)
To reproduce
Just compile a code with this library
Expected behavior
The compilation to being successful.
Arduino IDE version
Arduino IDE 2.0.0-rc9.2
Operating system
Windows
Operating system version
10
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details
Metadata
Metadata
Assignees
Labels
conclusion: off topicOff topic for this repositoryOff topic for this repositorytype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project