]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/util.h
Merge branch 'eeprom_config'
[tmk_firmware.git] / common / util.h
index c3734487f9d6d78e5ff7a60b84fe3dd03e02f2d0..58b7fdf14530325c4cc04f03961dadfb5ee48ee3 100644 (file)
@@ -31,5 +31,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 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