saaadhu / naggy

A live compiler diagnostics extension for Atmel Studio
18 stars 4 forks source link

__AVR32__ and __AVR__ not implicitly defined #12

Closed saaadhu closed 13 years ago

saaadhu commented 13 years ago

Conditional highlighting of code depending on AVR32 and AVR doesn't work as expected - the GCC compiler evaluates them to true (depending on the bitness of the device), whereas Naggy always evaluates them as false.