Bugfix/stm32f4xx port example updates (#556)
* Added CMake build option for stm32f4xx * port some fixes and comments from bacnet/basic/object/device.c module
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
#include "led.h"
|
||||
#include "bacnet.h"
|
||||
|
||||
int __io_putchar(int ch)
|
||||
{
|
||||
(void)ch;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
struct mstimer Blink_Timer;
|
||||
|
||||
Reference in New Issue
Block a user