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:
Steve Karg
2024-01-08 15:27:46 -06:00
committed by GitHub
parent a459b0feca
commit ebc47571ba
3 changed files with 644 additions and 197 deletions
+6
View File
@@ -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;