use a more clang LSP friendly include format
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#ifndef JSON_HPP
|
#ifndef JSON_HPP
|
||||||
#define JSON_HPP
|
#define JSON_HPP
|
||||||
|
|
||||||
#include <cstddef>
|
#include <stddef.h>
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <zephyr/data/json.h>
|
#include <zephyr/data/json.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user