Skip to content
Snippets Groups Projects
Commit e27e87a9 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Backing out part of last commit

parent 8fac871c
No related branches found
No related tags found
No related merge requests found
......@@ -360,8 +360,14 @@ void sam_lowsetup(void)
*/
# if defined(CONFIG_SAMV7_JTAG_FULL_ENABLE)
# error CONFIG_SAMV7_JTAG_FULL_ENABLE is set To use the USART1 as an USART, the SYSIO Pin4 must be bound to PB4
# warning CONFIG_SAMV7_JTAG_FULL_ENABLE is incompatible with CONFIG_SAMV7_USART1.
# warning The SYSIO Pin4 must be bound to PB4 to use USART1
# endif
uint32_t sysioreg = getreg32(SAM_MATRIX_CCFG_SYSIO);
sysioreg |= MATRIX_CCFG_SYSIO_SYSIO4;
putreg32(sysioreg, SAM_MATRIX_CCFG_SYSIO);
#endif
#ifdef CONFIG_SAMV7_USART2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment