aboutsummaryrefslogtreecommitdiff
path: root/shell.h
blob: 346beae2a631c5ef7364c9faad4ea37c16516d00 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef COMMAND_H
#define COMMAND_H

#define SHELL_BAUD 115200

void shell();

#endif