mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-05 11:35:43 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
5
rpi/stm32flash/serial_platform.c
Normal file
5
rpi/stm32flash/serial_platform.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#if defined(__WIN32__) || defined(__CYGWIN__)
|
||||
# include "serial_w32.c"
|
||||
#else
|
||||
# include "serial_posix.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue