arch/arm/src/samd2l2 serial: Fix SAMD2L2 serial driver it needs sam_usart_enable() to work

This commit is contained in:
Alan Carvalho de Assis
2019-01-26 12:51:51 -06:00
committed by Gregory Nutt
parent 8763e51583
commit db0b9b7c34
6 changed files with 145 additions and 37 deletions
+13
View File
@@ -137,6 +137,19 @@ FAR const struct symtab_s *
symtab_findbyvalue(FAR const struct symtab_s *symtab,
FAR void *value, int nsyms);
/****************************************************************************
* Name: symtab_sortbyname
*
* Description:
* Sort the symbol table by name.
*
* Returned Value:
* None.
*
****************************************************************************/
void symtab_sortbyname(FAR struct symtab_s *symtab, int nsyms);
#undef EXTERN
#if defined(__cplusplus)
}