manual picking from ChibiOS migration branch to make my evening a little less depressing

This commit is contained in:
rusefi 2017-03-27 22:46:09 -04:00
parent 97c5a79f11
commit 277895e24f
1 changed files with 9 additions and 0 deletions

View File

@ -8,8 +8,17 @@
#ifndef CONSOLE_IO_H_
#define CONSOLE_IO_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
#include <ch.h>
#include <hal.h>
#ifdef __cplusplus
}
#endif /* __cplusplus */
typedef void (*CommandHandler)(char *);