From 6e4e31c856942d3e9b2eaa9d3471dcce33939e51 Mon Sep 17 00:00:00 2001 From: bricle Date: Tue, 14 May 2024 11:44:14 +0800 Subject: [PATCH] fix readme uint8_t typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ee54d..c9f0413 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ LONG_PRESS_HOLD | 长按期间一直触发 ```c #include "button.h" -unit8_t btn1_id = 0; +uint8_t btn1_id = 0; struct Button btn1;