mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-12 23:48:10 -07:00
Fix linter path and lint code (#170)
* chage syntax checker path * fix syntax
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user