File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: BSD-3-Clause
55 */
66
7- #include <npmx_core.h>
8- #include <npmx_driver.h>
97
108#include <zephyr/types.h>
119#include <zephyr/drivers/gpio.h>
1210#include <zephyr/drivers/i2c.h>
1311#include <zephyr/sys/byteorder.h>
1412
13+ #include <npmx_core.h>
14+ #include <npmx_driver.h>
15+
1516#include <zephyr/logging/log.h>
1617LOG_MODULE_REGISTER (NPMX , CONFIG_NPMX_LOG_LEVEL );
1718
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: BSD-3-Clause
55 */
66
7- #include "npmx_common.h"
87#include "shell_common.h"
8+ #include "npmx_common.h"
99#include <npmx_driver.h>
1010
1111/** @brief Load switch GPIO configuration parameter. */
Original file line number Diff line number Diff line change 77#ifndef ZEPHYR_DRIVERS_SHELL_COMMON_H__
88#define ZEPHYR_DRIVERS_SHELL_COMMON_H__
99
10+ #include <zephyr/shell/shell.h>
11+
1012#include <npmx.h>
1113#include <npmx_adc.h>
1214#include <npmx_charger.h>
13- #include <zephyr/shell/shell.h>
1415
1516/** @brief Max supported number of shell arguments. */
1617#define SHELL_ARG_MAX_COUNT 3U
You can’t perform that action at this time.
0 commit comments