manual picking from ChibiOS migration branch to make my evening a little less depressing
This commit is contained in:
parent
97c5a79f11
commit
277895e24f
|
@ -8,8 +8,17 @@
|
||||||
#ifndef CONSOLE_IO_H_
|
#ifndef CONSOLE_IO_H_
|
||||||
#define CONSOLE_IO_H_
|
#define CONSOLE_IO_H_
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
{
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#include <ch.h>
|
#include <ch.h>
|
||||||
#include <hal.h>
|
#include <hal.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
typedef void (*CommandHandler)(char *);
|
typedef void (*CommandHandler)(char *);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue