Switch printk to LOG_DBG.

This commit is contained in:
Pete Johanson 2020-07-23 22:21:38 -04:00
parent bccd30d68a
commit b1bc5b4c82
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LOG_MODULE_REGISTER(zmk, CONFIG_ZMK_LOG_LEVEL);
void main(void)
{
printk("Welcome to ZMK!\n");
LOG_INF("Welcome to ZMK!\n");
if (zmk_kscan_init(ZMK_KSCAN_DEV) != 0)
{