1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 05:19:50 +04:00

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

@@ -1,11 +1,11 @@
#include <stdio.h>
extern "C" {
#include "flipper.h"
#include "furi.h"
#include "log.h"
#include "startup.h"
#include "tty_uart.h"
#include "flipper.h"
#include "furi.h"
#include "log.h"
#include "startup.h"
#include "tty_uart.h"
}
// for testing purpose