added BBB support

This commit is contained in:
2021-05-05 20:25:52 +02:00
committed by Robin Mueller
parent 57d457c43e
commit 1a7186ee1e
24 changed files with 243 additions and 21 deletions

View File

@ -0,0 +1,8 @@
#ifndef HOSTED_BOARDCONFIG_PRINT_H_
#define HOSTED_BOARDCONFIG_PRINT_H_
#include <stdbool.h>
void printChar(const char* character, bool errStream);
#endif /* HOSTED_BOARDCONFIG_PRINT_H_ */