Fix linter path and lint code (#170)

* chage syntax checker path

* fix syntax
This commit is contained in:
coreglitch
2020-10-11 17:03:05 +06:00
committed by GitHub
parent 176e608c6d
commit 469dbf58ac
5 changed files with 437 additions and 396 deletions

View File

@@ -105,7 +105,6 @@ void fatfs_list(void* p) {
while(1) {
if(xQueueReceive(event_queue, (void*)&event, portMAX_DELAY)) {
// process buttons event
if(event.type == EventTypeKey) {
// button pressed