Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Use IRQ_PRIORITY (not hard-coded number) in Serial3
teensy4-core
PaulStoffregen
hace 10 años
padre
486b200f22
commit
f2cecda077
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/serial3.c
+ 1
- 1
teensy3/serial3.c
Ver fichero
@@ -95,7 +95,7 @@ void serial3_begin(uint32_t divisor)
UART2_C1 = 0;
UART2_PFIFO = 0;
UART2_C2 = C2_TX_INACTIVE;
NVIC_SET_PRIORITY(IRQ_UART2_STATUS,
64
);
NVIC_SET_PRIORITY(IRQ_UART2_STATUS,
IRQ_PRIORITY
);
NVIC_ENABLE_IRQ(IRQ_UART2_STATUS);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar