Refactor AT commands

This commit is contained in:
2020-11-19 18:09:23 +01:00
parent 8b47ed295e
commit 28e2b6114a
7 changed files with 23 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ void inc_second(void)
void inc_brightness(void)
{
led_inc_btness();
led_inc_btnes();
}
void keyboard_init(void)