mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 08:25:13 +00:00
USART driver implementation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2095 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
9626fcf711
commit
b31452b18e
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@
|
|||
|
||||
/* Clocking *************************************************************************/
|
||||
|
||||
# warning "This frequencies are still needed"
|
||||
#define STM32_PCLK1_FREQUENCY 1
|
||||
#define STM32_PCLK2_FREQUENCY 1
|
||||
|
||||
/* LED definitions ******************************************************************/
|
||||
|
||||
#define LED_STARTED 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue