Skip to content

Commit

Permalink
Merge pull request #268 from xkevin190/update_riot_branch
Browse files Browse the repository at this point in the history
riot update
  • Loading branch information
xkevin190 authored Jun 8, 2022
2 parents 8a2e76f + fcd05a0 commit 8f554ab
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion RIOT
Submodule RIOT updated 843 files
1 change: 0 additions & 1 deletion examples/mesh4all_rpl_dag/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <string.h>

#include "shell.h"
#include "shell_commands.h"
#include "log.h"

#include "rpl_protocol.h"
Expand Down
6 changes: 1 addition & 5 deletions firmware/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,18 @@
#include <string.h>

#include "shell.h"
#include "shell_commands.h"
#include "msg.h"

#include "log.h"
#include "board.h"

static shell_command_t shell_extended_commands[] = {
{NULL, NULL, NULL}};

int main(void)
{
LOG_INFO("~~ Welcome to Mesh4all ~~\n");
/* Start shell */
char line_buf[SHELL_DEFAULT_BUFSIZE];

shell_run(shell_extended_commands, line_buf, SHELL_DEFAULT_BUFSIZE);
shell_run(NULL, line_buf, SHELL_DEFAULT_BUFSIZE);

return 0;
}
1 change: 0 additions & 1 deletion firmware/sys/at_client/at_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "msg.h"
#include "periph/uart.h"
#include "shell.h"
#include "shell_commands.h"
#include "thread.h"
#include "timex.h"
#include "xtimer.h"
Expand Down
5 changes: 0 additions & 5 deletions firmware/sys/storage/storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include "shell.h"
#include "shell_commands.h"
#include "msg.h"

#include "log.h"
#include "board.h"
#include "mtd.h"
Expand Down

0 comments on commit 8f554ab

Please # to comment.