1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/PiOS/Boards
Stacey Sheldon 226f095a2e bootcfg: remove baudrate #defines for USARTs
The initial baud rates of each interface are now forced in the
board init code.

Any modules using USARTs should have fields added to
their settings object to allow the user to change the
baud rate from the default by using the COM layer APIs.

Developers requiring custom baud rates before the settings
objects are in place should locally edit the cfg structs
to specify the desired baud rates.
2011-07-06 23:03:54 -04:00
..
pios_board.h Make missing definitions for essential macros more obvious 2011-05-07 18:05:50 -04:00
STM3210E_INS.h bootcfg: remove baudrate #defines for USARTs 2011-07-06 23:03:54 -04:00
STM3210E_OP.h bootcfg: remove baudrate #defines for USARTs 2011-07-06 23:03:54 -04:00
STM32103CB_AHRS.h bootcfg: remove baudrate #defines for USARTs 2011-07-06 23:03:54 -04:00
STM32103CB_CC_Rev1.h bootcfg: remove baudrate #defines for USARTs 2011-07-06 23:03:54 -04:00
STM32103CB_PIPXTREME_Rev1.h dfu: fix typo WRITABLA -> WRITABLE 2011-05-24 00:58:10 -04:00