makestuff / libfpgalink

LIB:Library for interacting with an FPGA over USB
https://github.com/makestuff/libfpgalink/wiki/FPGALink
GNU Lesser General Public License v3.0
82 stars 25 forks source link

Python & VBA bindings have incorrect bool width #3

Closed makestuff closed 13 years ago

makestuff commented 13 years ago

Since moving from FLBool to stdbool.h, the width of bool changed from 32 bits to 8 bits; this should be reflected in the Python and VBA bindings.