karosium / smbusb

USB SMBus Interface
GNU Lesser General Public License v2.1
141 stars 42 forks source link

Fix for SDCC 4.2.3 (makes the firmware compile with SDCC at least up to current SDCC 4.4.0) #34

Open spth opened 7 months ago

spth commented 7 months ago

Since SDCC 4.2.3, interrupt numbers need to be parenthesized. The attached patch fixes the firmware so it compiles with current SDCC.

sdcc_4_3_0_smbus_firmware.patch.gz

othello777 commented 2 months ago

thanks! this works