wisskar / souliss

Automatically exported from code.google.com/p/souliss
0 stars 0 forks source link

Comma on Line 166 of SpeakEasy.h #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#define ssnLowDigOut(pin,valueslot)                                             
                Souliss_nLowDigOut(pin, value, memory_map, slot)

Correction:
#define ssnLowDigOut(pin,value,slot)                                            
                 Souliss_nLowDigOut(pin, value, memory_map, slot)

Original issue reported on code.google.com by JuanPin...@gmail.com on 22 Aug 2014 at 12:13

GoogleCodeExporter commented 9 years ago
Fixed in Alpha 6.1.1

Original comment by dario.di...@souliss.net on 30 Nov 2014 at 10:24