nut icon indicating copy to clipboard operation
nut copied to clipboard

Consolidate bool_t definitions into a common header file

Open clepple opened this issue 12 years ago • 0 comments

Several drivers have some boilerplate code that implements a boolean type through an enum or an int. Some, such as the one in mge-utalk.h, are slightly different from the rest. This should be moved to a common header file.

clepple avatar Jul 03 '13 20:07 clepple