Skip to content

Commit

Permalink
[Telink] use correct zephyr include path
Browse files Browse the repository at this point in the history
  • Loading branch information
interfer committed Nov 29, 2022
1 parent 01a1597 commit a16715f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/shell/MainLoopZephyr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <init.h>
#include <shell/shell.h>
#include <zephyr/init.h>
#include <zephyr/shell/shell.h>

#include <lib/core/CHIPError.h>
#include <lib/shell/Engine.h>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/shell/streamer_zephyr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#include <cassert>

#include <shell/shell.h>
#include <shell/shell_uart.h>
#include <zephyr/shell/shell.h>
#include <zephyr/shell/shell_uart.h>

namespace chip {
namespace Shell {
Expand Down

0 comments on commit a16715f

Please sign in to comment.