git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1071 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-07-28 07:25:14 +00:00
parent 586f97b615
commit 68cfb42293
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ CH_IRQ_HANDLER(VectorD4) {
static void OutNotify1(void) {
USART1->CR1 |= CR1_TXEIE;
USART1->CR1 |= USART_CR1_TXEIE;
}
#endif
@ -145,7 +145,7 @@ CH_IRQ_HANDLER(VectorDC) {
static void OutNotify3(void) {
USART3->CR1 |= CR1_TXEIE;
USART3->CR1 |= USART_CR1_TXEIE;
}
#endif