Skip to content

Commit

Permalink
revert main
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dddos committed Jun 17, 2024
1 parent f9a98f0 commit d1d2242
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions node/code/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,14 @@
#include "events.h"
#include "fsm.h"
#include "thread.h"
#include "io_handler.h"
#include "init_buttons.h"


#define SHELL_QUEUE_SIZE (8)
static msg_t _shell_queue[SHELL_QUEUE_SIZE];


int main(void)
{
{
fsm_start_thread();
msg_init_queue(_shell_queue, SHELL_QUEUE_SIZE);
while (1) {
vibrate(500);
ztimer_sleep(ZTIMER_MSEC, 500);
}
shell_loop();
}

0 comments on commit d1d2242

Please sign in to comment.