Twilight-Logic / AR488

AR488 Arduino GPIB Interface
GNU General Public License v3.0
215 stars 62 forks source link

Pg 10 of manual discreprency with AR488_config.h #17

Closed Hoverhead closed 3 years ago

Hoverhead commented 3 years ago

"#ifdef AVR" in the manual shows two lines of " #endif" but the actual file has three lines of " #endif" . So which is correct? Do I remove or add a" #endif" ?

Twilight-Logic commented 3 years ago

There are three #if statements, so there should be three corresponding #endif statements. There is no need to correct the code, but the manual is in error so I will correct that. Thank you for spotting the discrepancy and reporting it.