arch/arm/src/samd2l2/sam_start.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-09 18:14:40 +09:00 committed by Xiang Xiao
parent 23da936a38
commit 99c9a671d2

View File

@ -138,7 +138,9 @@ void __start(void)
sam_clockconfig();
/* Configure the uart early so that we can get debug output as soon as possible */
/* Configure the uart early so that we can get debug output as soon as
* possible
*/
sam_lowsetup();
showprogress('A');