Twilight-Logic / AR488

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

Fix "btSerial" multiple definition problem #24

Closed ONLYA closed 2 years ago

ONLYA commented 2 years ago

Declaring the global variable in the header file can have issues. "Multiple btSerial is declared" issue occurs when compiling. Validated this issue and fix under Arduino 1.8.18 and Arduino 2.00-rc2 released on 2021-12-13.

Twilight-Logic commented 2 years ago

Thank you for spotting this. Your update has now been merged.

ONLYA commented 2 years ago

Thank you for spotting this. Your update has now been merged.

My pleasure 😊