X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Futil.h;h=87636c9710bbeb2deb38edae736fe5afd5d37e91;hb=edce1d19a6af040df994243e7b6b1851e3eccebc;hp=66bccbfa580b8c68005c3a03c78786722acd03cc;hpb=62d1ebb91c7b381ce3d88aad9ee0b03bea9fce26;p=max%2Ftmk_keyboard.git diff --git a/common/util.h b/common/util.h index 66bccbfa..87636c97 100644 --- a/common/util.h +++ b/common/util.h @@ -28,7 +28,7 @@ along with this program. If not, see . #define XSTR(s) #s -int bitpop(uint8_t bits); -int biton(uint8_t bits); +uint8_t bitpop(uint8_t bits); +uint8_t biton(uint8_t bits); #endif