This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Intellisense autogen fails to include definitions for PORTA #1529
Open
Description
It seems like the intellisense autogen that inserts items into the defines list in c_cpp_properties.json is not working properly.
My project compiles fine, but I get intellisense warnings in my Ardunio code that PORTA is undefined.
If I manually add "AVR_ATmega328P" to the defines list in c_cpp_properties.json then intellisense works fine.