X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Futil.h;h=58b7fdf14530325c4cc04f03961dadfb5ee48ee3;hb=92b92dd78f5488981244d353f2d500ad9d82fc49;hp=c3734487f9d6d78e5ff7a60b84fe3dd03e02f2d0;hpb=94b4fba6e6afa6d7d68051a1ceb6987bb6002ccd;p=max%2Ftmk_keyboard.git diff --git a/common/util.h b/common/util.h index c3734487..58b7fdf1 100644 --- a/common/util.h +++ b/common/util.h @@ -31,5 +31,6 @@ along with this program. If not, see . uint8_t bitpop(uint8_t bits); uint8_t bitpop16(uint16_t bits); uint8_t biton(uint8_t bits); +uint8_t biton16(uint16_t bits); #endif