nut
nut copied to clipboard
Consolidate bool_t definitions into a common header file
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.